diff --git a/src/plugins/debugger/debuggercore.h b/src/plugins/debugger/debuggercore.h index c48441d46a52df8214b885ee3741a55a01b02747..484aa2ee0aa8d26c602adc60a3e770089a27772d 100644 --- a/src/plugins/debugger/debuggercore.h +++ b/src/plugins/debugger/debuggercore.h @@ -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;