forked from qt-creator/qt-creator
debugger: remove unused DebuggerPlugin::stateChanged(int) signal
This commit is contained in:
@@ -95,9 +95,6 @@ public slots:
|
||||
// void runTest(const QString &fileName);
|
||||
void showMessage(const QString &msg, int channel, int timeout = -1);
|
||||
|
||||
signals:
|
||||
void stateChanged(int);
|
||||
|
||||
private:
|
||||
friend class Internal::DebuggerEngine;
|
||||
friend class Internal::DebuggerListener;
|
||||
|
||||
Reference in New Issue
Block a user