summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmldebugger/engine.h')
-rw-r--r--tools/qmldebugger/engine.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/qmldebugger/engine.h b/tools/qmldebugger/engine.h
index 62fc6fb..c7707ed 100644
--- a/tools/qmldebugger/engine.h
+++ b/tools/qmldebugger/engine.h
@@ -32,8 +32,10 @@ Q_OBJECT
public:
EnginePane(QmlDebugConnection *, QWidget *parent = 0);
+public slots:
+ void refreshEngines();
+
private slots:
- void queryEngines();
void enginesChanged();
void queryContext(int);