aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qqmlprofilerclient_p.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-04-26 10:12:21 +0200
committerLiang Qi <liang.qi@qt.io>2018-04-26 13:08:13 +0200
commit1169242f14f9e27cbe4e3360dd47d0825eaf9e60 (patch)
tree63e79e41bc48b9dc3cd40d3c29bacfd303c3c7b6 /src/qmldebug/qqmlprofilerclient_p.h
parent9f731b6841bbc9b7425a95303369d05be895f949 (diff)
parentf95c18b04e260a633d7a1d7cb0d3aaca01f9782f (diff)
Merge remote-tracking branch 'origin/5.11' into dev
Conflicts: src/imports/imports.pro src/src.pro Change-Id: Icdc39b6169d15b2102acd0e4d550a8d91e4b0744
Diffstat (limited to 'src/qmldebug/qqmlprofilerclient_p.h')
-rw-r--r--src/qmldebug/qqmlprofilerclient_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmldebug/qqmlprofilerclient_p.h b/src/qmldebug/qqmlprofilerclient_p.h
index 0c867525d2..89c117a8b5 100644
--- a/src/qmldebug/qqmlprofilerclient_p.h
+++ b/src/qmldebug/qqmlprofilerclient_p.h
@@ -43,8 +43,8 @@
#include "qqmldebugclient_p.h"
#include "qqmlprofilereventlocation_p.h"
#include "qqmlprofilereventreceiver_p.h"
+#include "qqmlprofilerclientdefinitions_p.h"
-#include <private/qqmlprofilerdefinitions_p.h>
#include <private/qpacket_p.h>
//
@@ -61,7 +61,7 @@
QT_BEGIN_NAMESPACE
class QQmlProfilerClientPrivate;
-class QQmlProfilerClient : public QQmlDebugClient, public QQmlProfilerDefinitions
+class QQmlProfilerClient : public QQmlDebugClient
{
Q_OBJECT
Q_DECLARE_PRIVATE(QQmlProfilerClient)