diff options
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggercommandexecutor_p.h')
-rw-r--r-- | src/scripttools/debugging/qscriptdebuggercommandexecutor_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripttools/debugging/qscriptdebuggercommandexecutor_p.h b/src/scripttools/debugging/qscriptdebuggercommandexecutor_p.h index 0da0d87..d303d66 100644 --- a/src/scripttools/debugging/qscriptdebuggercommandexecutor_p.h +++ b/src/scripttools/debugging/qscriptdebuggercommandexecutor_p.h @@ -78,7 +78,7 @@ protected: QScopedPointer<QScriptDebuggerCommandExecutorPrivate> d_ptr; private: - Q_DECLARE_PRIVATE(QScriptDebuggerCommandExecutor) + Q_DECLARE_SCOPED_PRIVATE(QScriptDebuggerCommandExecutor) Q_DISABLE_COPY(QScriptDebuggerCommandExecutor) }; |