diff options
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggercodeview_p.h')
-rw-r--r-- | src/scripttools/debugging/qscriptdebuggercodeview_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripttools/debugging/qscriptdebuggercodeview_p.h b/src/scripttools/debugging/qscriptdebuggercodeview_p.h index 1748102..5945382 100644 --- a/src/scripttools/debugging/qscriptdebuggercodeview_p.h +++ b/src/scripttools/debugging/qscriptdebuggercodeview_p.h @@ -87,7 +87,7 @@ public: bool event(QEvent *e); private: - Q_DECLARE_PRIVATE(QScriptDebuggerCodeView) + Q_DECLARE_SCOPED_PRIVATE(QScriptDebuggerCodeView) Q_DISABLE_COPY(QScriptDebuggerCodeView) }; |