forked from qt-creator/qt-creator
Kill ";;" at end of statement
Change-Id: I177094f19978e07f85e42b34701d8f03cd26665e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
@@ -816,7 +816,7 @@ public slots:
|
||||
{
|
||||
const QAction *act = qobject_cast<QAction *>(sender());
|
||||
QTC_ASSERT(act, return);
|
||||
BreakpointModelId id = act->data().value<BreakpointModelId>();;
|
||||
BreakpointModelId id = act->data().value<BreakpointModelId>();
|
||||
breakHandler()->setEnabled(id, false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user