debugger: hide "watchers" part of Locals&Watchers if there aren't watchers

This commit is contained in:
hjk
2010-03-22 13:41:10 +01:00
parent 3ecfc2f343
commit 41d400eb24
4 changed files with 17 additions and 2 deletions

View File

@@ -259,6 +259,7 @@ public slots: // FIXME
void showDebuggerOutput(const QString &msg)
{ showDebuggerOutput(LogDebug, msg); }
void ensureLogVisible();
void updateWatchersWindow();
//private slots: // FIXME
void showDebuggerOutput(int channel, const QString &msg);