From 71310116e3f5bece9db0829dea873e51d6c93e56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Tue, 6 Dec 2016 21:03:19 +0100 Subject: [PATCH] Cosmetics --- src/waypoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/waypoint.h b/src/waypoint.h index 8d545974..0128d5f1 100644 --- a/src/waypoint.h +++ b/src/waypoint.h @@ -48,7 +48,7 @@ inline uint qHash(const Waypoint &key) return ::qHash(key.name()); } -QDebug operator<<(QDebug dbg, const Waypoint &Waypoint); +QDebug operator<<(QDebug dbg, const Waypoint &waypoint); Q_DECLARE_TYPEINFO(Waypoint, Q_MOVABLE_TYPE);