summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/stackhandler.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-11-04 11:46:16 +0100
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2010-11-04 11:46:16 +0100
commit3d1f23b78b780b5161cd8fe33e8a575f8bd0c671 (patch)
tree72d56aaaab8f7a8a2d670560561e20f635848852 /src/plugins/debugger/stackhandler.cpp
parent4ad493c9588a77d2b788c1b1fffbeb6bbf1109c3 (diff)
downloadqt-creator-3d1f23b78b780b5161cd8fe33e8a575f8bd0c671.tar.gz
Debugger: Add Run to/Jump to Line to text editor context menu.
Remove actions from debugger plugin as they are not directly usable. Create additional actions in context menu. Move some code around to find the current editor.
Diffstat (limited to 'src/plugins/debugger/stackhandler.cpp')
-rw-r--r--src/plugins/debugger/stackhandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/stackhandler.cpp b/src/plugins/debugger/stackhandler.cpp
index e36d75bae3..9d11caffbe 100644
--- a/src/plugins/debugger/stackhandler.cpp
+++ b/src/plugins/debugger/stackhandler.cpp
@@ -238,5 +238,6 @@ bool StackHandler::isDebuggingDebuggingHelpers() const
return false;
}
+
} // namespace Internal
} // namespace Debugger