Skip to content
Snippets Groups Projects
Commit d015f0ab authored by hjk's avatar hjk
Browse files

debugger: the slots are not needed in the debugger core interface

parent dc98e2b9
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,6 @@ class DebuggerCore : public QObject
public:
DebuggerCore() {}
virtual ~DebuggerCore() {}
static DebuggerCore *instance();
......@@ -86,7 +85,6 @@ public:
virtual DebuggerEngine *currentEngine() const = 0;
virtual bool isActiveDebugLanguage(int language) const = 0;
public slots: // FIXME: Slot needed?
virtual void clearCppCodeModelSnapshot() = 0;
virtual void ensureLogVisible() = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment