aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perfprofiler/perfprofilertool.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-03-13 13:07:09 +0100
committerhjk <hjk@qt.io>2019-03-13 16:02:48 +0000
commitd0c052d23ae6f9fe14823668db93048b29fb6795 (patch)
treecbcdbada16d3486594421f679857123110cb448b /src/plugins/perfprofiler/perfprofilertool.h
parent164ae1428ed450703dbc89e367bbc2afa91476cf (diff)
PerfProfiler: Move towards the canonical plugin setup pattern
Change-Id: I5d2f468c35c154664550175aefd21307b8107bba Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/perfprofiler/perfprofilertool.h')
-rw-r--r--src/plugins/perfprofiler/perfprofilertool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/perfprofiler/perfprofilertool.h b/src/plugins/perfprofiler/perfprofilertool.h
index 7c0296b28d..03a31dc901 100644
--- a/src/plugins/perfprofiler/perfprofilertool.h
+++ b/src/plugins/perfprofiler/perfprofilertool.h
@@ -48,7 +48,7 @@ class PerfProfilerTool : public QObject
{
Q_OBJECT
public:
- PerfProfilerTool(QObject *parent = nullptr);
+ PerfProfilerTool();
static PerfProfilerTool *instance();
PerfProfilerTraceManager *traceManager() const;