aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilertraceview.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-02-05 12:26:06 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-02-16 10:52:00 +0000
commit5b6d89dd95851b2e8586017051a505e034d421dd (patch)
treeb3820ac6dac09eff9a2455581fce59f674b27bed /src/plugins/qmlprofiler/qmlprofilertraceview.h
parent83e128ec79532684a5c16aea462ef1499e396183 (diff)
QmlProfiler: use QQuickWidget instead of window container
Using QQuickWidget removes the need for some work-arounds. Task-number: QTCREATORBUG-11822 Change-Id: I1e344f0a9c11b4aa8601e8e1056602d855fb3f4d Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertraceview.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertraceview.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertraceview.h b/src/plugins/qmlprofiler/qmlprofilertraceview.h
index f428ffb6f38..a2a79b1d5bb 100644
--- a/src/plugins/qmlprofiler/qmlprofilertraceview.h
+++ b/src/plugins/qmlprofiler/qmlprofilertraceview.h
@@ -32,7 +32,6 @@
#define QMLPROFILERTRACEVIEW_H
#include "qmlprofilermodelmanager.h"
-#include <QQuickView>
#include <QWidget>
#include <QTimer>
@@ -85,14 +84,6 @@ private:
QmlProfilerTraceViewPrivate *d;
};
-class QmlProfilerQuickView : public QQuickView {
-public:
- QmlProfilerQuickView(QmlProfilerTraceView *parent) : parent(parent) {}
-protected:
- QmlProfilerTraceView *parent;
- bool event(QEvent *ev);
-};
-
} // namespace Internal
} // namespace QmlProfiler