summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.h')
-rw-r--r--src/plugins/debugger/debuggerplugin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerplugin.h b/src/plugins/debugger/debuggerplugin.h
index 5090960860..16ed5ff7e5 100644
--- a/src/plugins/debugger/debuggerplugin.h
+++ b/src/plugins/debugger/debuggerplugin.h
@@ -56,6 +56,9 @@ private:
// Called from AppOutputPane::attachToRunControl().
Q_SLOT void attachExternalApplication(ProjectExplorer::RunControl *rc);
+ // Called from GammaRayIntegration
+ Q_SLOT void getEnginesState(QByteArray *json) const;
+
QList<QObject *> createTestObjects() const override;
};