debugger: fix manual reload of registers

This commit is contained in:
hjk
2009-10-02 16:55:03 +02:00
parent bbe3bab2e8
commit ebccd4c02a
3 changed files with 3 additions and 27 deletions

View File

@@ -231,7 +231,7 @@ public slots:
public slots: // FIXME
void showDebuggerOutput(const QString &msg)
{ showDebuggerOutput(LogDebug, msg); }
private slots:
//private slots: // FIXME
void showDebuggerOutput(int channel, const QString &msg);
void showDebuggerInput(int channel, const QString &msg);
void showApplicationOutput(const QString &data);