debugger: remove unused DebuggerPlugin::stateChanged(int) signal

This commit is contained in:
hjk
2010-08-10 12:56:27 +02:00
parent 9d7021d42c
commit 64f26f2cc1
2 changed files with 0 additions and 6 deletions

View File

@@ -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;