diff options
author | hjk <[email protected]> | 2010-03-22 13:41:10 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2010-03-22 13:41:42 +0100 |
commit | 41d400eb24d200fbece32b0c5fc8afd56046424d (patch) | |
tree | 3dd4ee97e7b53810a97145a826f02c012eaf3696 /src/plugins/debugger/watchhandler.cpp | |
parent | 3ecfc2f343b9c87413146e6a11bc6a15e0c34be8 (diff) |
debugger: hide "watchers" part of Locals&Watchers if there aren't watchers
Diffstat (limited to 'src/plugins/debugger/watchhandler.cpp')
-rw-r--r-- | src/plugins/debugger/watchhandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/watchhandler.cpp b/src/plugins/debugger/watchhandler.cpp index 66794218e01..ff7eab54fcb 100644 --- a/src/plugins/debugger/watchhandler.cpp +++ b/src/plugins/debugger/watchhandler.cpp @@ -1201,6 +1201,7 @@ void WatchHandler::endCycle() m_locals->endCycle(); m_watchers->endCycle(); m_tooltips->endCycle(); + m_manager->updateWatchersWindow(); } void WatchHandler::cleanup() |