diff options
author | Lasse Holmstedt <lasse.holmstedt@nokia.com> | 2010-08-27 16:22:51 +0200 |
---|---|---|
committer | Lasse Holmstedt <lasse.holmstedt@nokia.com> | 2010-08-27 16:24:36 +0200 |
commit | afdd933ff3bd9c404f55ea8bfd7b1839bbb4a97a (patch) | |
tree | da0e3c0b8063a3a4b3b1ef804977b27d268fa78e /src/plugins/debugger/debuggerplugin.h | |
parent | f38942d843b5174a0e22b046f7737df4bda1a064 (diff) | |
download | qt-creator-afdd933ff3bd9c404f55ea8bfd7b1839bbb4a97a.tar.gz |
Debugger UI: Don't switch layout while debugging
Reviewed-by: hjk
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.h')
-rw-r--r-- | src/plugins/debugger/debuggerplugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerplugin.h b/src/plugins/debugger/debuggerplugin.h index 80bb7396a9..4a226ed4b0 100644 --- a/src/plugins/debugger/debuggerplugin.h +++ b/src/plugins/debugger/debuggerplugin.h @@ -87,6 +87,7 @@ public: const CPlusPlus::Snapshot &cppCodeModelSnapshot() const; bool isRegisterViewVisible() const; + bool hasSnapsnots() const; void openTextEditor(const QString &titlePattern, const QString &contents); |