forked from qt-creator/qt-creator
Removed pointless lines
This commit is contained in:
@@ -411,8 +411,6 @@ void WatchWindow::contextMenuEvent(QContextMenuEvent *ev)
|
|||||||
}
|
}
|
||||||
} else if (act == actSetWatchPointAtVariableAddress) {
|
} else if (act == actSetWatchPointAtVariableAddress) {
|
||||||
addWatchPoint(m_manager, address);
|
addWatchPoint(m_manager, address);
|
||||||
} else if (act == actSetWatchPointAtVariableAddress) {
|
|
||||||
addWatchPoint(m_manager, address);
|
|
||||||
} else if (act == actSetWatchPointAtPointerValue) {
|
} else if (act == actSetWatchPointAtPointerValue) {
|
||||||
addWatchPoint(m_manager, pointerValue);
|
addWatchPoint(m_manager, pointerValue);
|
||||||
} else if (act == actSelectWidgetToWatch) {
|
} else if (act == actSelectWidgetToWatch) {
|
||||||
|
|||||||
Reference in New Issue
Block a user