forked from qt-creator/qt-creator
debugger: fix manual reload of registers
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user