Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
4c27ee1c
Commit
4c27ee1c
authored
Apr 29, 2010
by
hjk
Browse files
debugger: remove unneeded variable
parent
c93a64c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggermanager.cpp
View file @
4c27ee1c
...
...
@@ -192,8 +192,6 @@ using namespace Constants;
using
namespace
Debugger
::
Internal
;
using
namespace
TextEditor
;
static
const
QString
tooltipIName
=
"tooltip"
;
const
char
*
DebuggerManager
::
stateName
(
int
s
)
{
#define SN(x) case x: return #x;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment