diff options
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggercodewidget_p.h')
-rw-r--r-- | src/scripttools/debugging/qscriptdebuggercodewidget_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripttools/debugging/qscriptdebuggercodewidget_p.h b/src/scripttools/debugging/qscriptdebuggercodewidget_p.h index f9a1b82..e072a3d 100644 --- a/src/scripttools/debugging/qscriptdebuggercodewidget_p.h +++ b/src/scripttools/debugging/qscriptdebuggercodewidget_p.h @@ -82,7 +82,7 @@ public: QScriptDebuggerCodeViewInterface *currentView() const; private: - Q_DECLARE_SCOPED_PRIVATE(QScriptDebuggerCodeWidget) + Q_DECLARE_PRIVATE(QScriptDebuggerCodeWidget) Q_DISABLE_COPY(QScriptDebuggerCodeWidget) Q_PRIVATE_SLOT(d_func(), void _q_onBreakpointToggleRequest(int,bool)) |