aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qqmlprofilerclient.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-02-05 13:28:22 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-02-07 16:32:13 +0000
commit4774ada6c0ab08cf1f0a775cb6e6b1cba8c6962d (patch)
tree4a7041a9b485af2ec790af8abd06034b627249ad /src/qmldebug/qqmlprofilerclient.cpp
parent9fbb5d485f429da022c58948937105dd9206130e (diff)
Define ~QQmlProfilerClient out of line
This is a virtual function. We want only one definition of it. This also fixes some linker warnings to the same effect. Change-Id: Idffea96e705470be5d79bfd075fb62c0d52eac00 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qmldebug/qqmlprofilerclient.cpp')
-rw-r--r--src/qmldebug/qqmlprofilerclient.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qmldebug/qqmlprofilerclient.cpp b/src/qmldebug/qqmlprofilerclient.cpp
index dca564cd76..1eaa3e7667 100644
--- a/src/qmldebug/qqmlprofilerclient.cpp
+++ b/src/qmldebug/qqmlprofilerclient.cpp
@@ -43,6 +43,10 @@
QT_BEGIN_NAMESPACE
+QQmlProfilerClientPrivate::~QQmlProfilerClientPrivate()
+{
+}
+
int QQmlProfilerClientPrivate::resolveType(const QQmlProfilerTypedEvent &event)
{
int typeIndex = -1;