summaryrefslogtreecommitdiffstats
path: root/src/scripttools/debugging/qscriptdebugger_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripttools/debugging/qscriptdebugger_p.h')
-rw-r--r--src/scripttools/debugging/qscriptdebugger_p.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/scripttools/debugging/qscriptdebugger_p.h b/src/scripttools/debugging/qscriptdebugger_p.h
index 57758defc1..08e9a99ec3 100644
--- a/src/scripttools/debugging/qscriptdebugger_p.h
+++ b/src/scripttools/debugging/qscriptdebugger_p.h
@@ -71,7 +71,9 @@ class QScriptDebuggerWidgetFactoryInterface;
class QAction;
class QEvent;
class QMenu;
+#ifndef QT_NO_TOOLBAR
class QToolBar;
+#endif
class QScriptDebuggerPrivate;
class Q_AUTOTEST_EXPORT QScriptDebugger : public QObject
@@ -168,8 +170,9 @@ public:
QAction *clearErrorLogAction(QObject *parent) const;
QMenu *createStandardMenu(QWidget *widgetParent, QObject *actionParent);
+#ifndef QT_NO_TOOLBAR
QToolBar *createStandardToolBar(QWidget *widgetParent, QObject *actionParent);
-
+#endif
bool eventFilter(QObject *, QEvent *e);
bool isInteractive() const;