From 8801c9031b407d02274f36eb1c7e959252541064 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Fri, 26 Aug 2016 14:46:08 +0300 Subject: [Qt] s/parent_/parent Fits better with the docs. --- platform/qt/src/qmapboxgl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/qt/src/qmapboxgl.cpp b/platform/qt/src/qmapboxgl.cpp index 5ffd517e63..111e92d1f0 100644 --- a/platform/qt/src/qmapboxgl.cpp +++ b/platform/qt/src/qmapboxgl.cpp @@ -262,8 +262,8 @@ void QMapboxGLSettings::setAccessToken(const QString &token) Constructs a QMapboxGL object with \a settings and sets \a parent as the parent object. The \a settings cannot be changed after the object is constructed. */ -QMapboxGL::QMapboxGL(QObject *parent_, const QMapboxGLSettings &settings) - : QObject(parent_) +QMapboxGL::QMapboxGL(QObject *parent, const QMapboxGLSettings &settings) + : QObject(parent) { // Multiple QMapboxGL running on the same thread // will share the same mbgl::util::RunLoop -- cgit v1.2.1