summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeorouteparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeorouteparser.cpp')
-rw-r--r--src/location/maps/qgeorouteparser.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/location/maps/qgeorouteparser.cpp b/src/location/maps/qgeorouteparser.cpp
index 3b34318a..e410e575 100644
--- a/src/location/maps/qgeorouteparser.cpp
+++ b/src/location/maps/qgeorouteparser.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtLocation module of the Qt Toolkit.
@@ -55,7 +55,8 @@ QT_BEGIN_NAMESPACE
Private class implementations
*/
-QGeoRouteParserPrivate::QGeoRouteParserPrivate() : QObjectPrivate(), trafficSide(QGeoRouteParser::RightHandTraffic)
+QGeoRouteParserPrivate::QGeoRouteParserPrivate()
+ : QObjectPrivate()
{
}