diff options
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r-- | mobile-widgets/qmlmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index 81806ddea..cbd82ade2 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -1395,7 +1395,7 @@ void QMLManager::saveChangesCloud(bool forceRemoteSync) git_local_only = glo; } -void QMLManager::undoDelete(int) +void QMLManager::undo() { Command::getUndoStack()->undo(); changesNeedSaving(); |