diff options
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggercommand_p.h')
-rw-r--r-- | src/scripttools/debugging/qscriptdebuggercommand_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripttools/debugging/qscriptdebuggercommand_p.h b/src/scripttools/debugging/qscriptdebuggercommand_p.h index 8e44fcf..ffdb107 100644 --- a/src/scripttools/debugging/qscriptdebuggercommand_p.h +++ b/src/scripttools/debugging/qscriptdebuggercommand_p.h @@ -257,7 +257,7 @@ public: private: QScopedPointer<QScriptDebuggerCommandPrivate> d_ptr; - Q_DECLARE_PRIVATE(QScriptDebuggerCommand) + Q_DECLARE_SCOPED_PRIVATE(QScriptDebuggerCommand) }; Q_AUTOTEST_EXPORT QDataStream &operator<<(QDataStream &, const QScriptDebuggerCommand &); |