forked from qt-creator/qt-creator
QmlProfiler: Modernize
modernize-* Change-Id: Ibdf9c0ae91bf8a622facc7f323112b550f532f15 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
: q(qq), m_currentState(Idle), m_clientRecording(true), m_serverRecording(false),
|
||||
m_requestedFeatures(0), m_recordedFeatures(0) {}
|
||||
|
||||
~QmlProfilerStateManagerPrivate() {}
|
||||
~QmlProfilerStateManagerPrivate() = default;
|
||||
|
||||
QmlProfilerStateManager *q;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user