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
46651880
Commit
46651880
authored
May 20, 2010
by
Robert Loehning
Browse files
Removed pointless lines
parent
b9ac631b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/watchwindow.cpp
View file @
46651880
...
...
@@ -411,8 +411,6 @@ void WatchWindow::contextMenuEvent(QContextMenuEvent *ev)
}
}
else
if
(
act
==
actSetWatchPointAtVariableAddress
)
{
addWatchPoint
(
m_manager
,
address
);
}
else
if
(
act
==
actSetWatchPointAtVariableAddress
)
{
addWatchPoint
(
m_manager
,
address
);
}
else
if
(
act
==
actSetWatchPointAtPointerValue
)
{
addWatchPoint
(
m_manager
,
pointerValue
);
}
else
if
(
act
==
actSelectWidgetToWatch
)
{
...
...
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