summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerplugin.cpp
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2013-06-25 13:54:31 +0200
committerEike Ziller <eike.ziller@digia.com>2013-06-25 14:53:34 +0200
commit78dc4ee112c8c7c82b1c603c6ec399fd66536b0c (patch)
tree5c31cf6d0b60d685748f7b0639022f18786deb53 /src/plugins/debugger/debuggerplugin.cpp
parent14cca9e94ea0105af03ad2bfab7b9f3858cffdbd (diff)
downloadqt-creator-78dc4ee112c8c7c82b1c603c6ec399fd66536b0c.tar.gz
Debugger: Add view menu to toolbar
Change-Id: I8783ce66d28626e9a484d6aa729fccd07bbda0b8 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.cpp')
-rw-r--r--src/plugins/debugger/debuggerplugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp
index 4fa1a67cd7..a0a269fcaf 100644
--- a/src/plugins/debugger/debuggerplugin.cpp
+++ b/src/plugins/debugger/debuggerplugin.cpp
@@ -1253,6 +1253,7 @@ public:
QIcon m_locationMarkIcon;
StatusLabel *m_statusLabel;
+ QMenu *m_viewMenu;
QComboBox *m_threadBox;
BaseWindow *m_breakWindow;