debugger: re-enable snapshot creation using the menu action

This commit is contained in:
hjk
2010-07-21 09:42:33 +02:00
parent 588d44c5c0
commit d9e445bbe8
8 changed files with 11 additions and 11 deletions

View File

@@ -477,8 +477,8 @@ void DebuggerEngine::handleCommand(int role, const QVariant &value)
d->queueShutdownInferior();
break;
case RequestMakeSnapshotRole:
makeSnapshot();
case RequestCreateSnapshotRole:
createSnapshot();
break;
case RequestActivationRole: