Skip to content
Commit e8e6d40b authored by Peter Mühlenpfordt's avatar Peter Mühlenpfordt
Browse files

Cleanup code for finishing undo/redo of image operations

Summary:
D11715 introduced a function `finishUndoJob()` which adds a timer
delay for `QUndoStack` updates. After enabling redo in D12105 this
separate function for undo operations is not needed anymore and all
operation types can be handled in `finish()`.

FIXED-IN: 18.04.2

Test Plan:
# Use different image operations to edit one or more image(s)
# Check that undo/redo behaviour did not change

Reviewers: #gwenview, rkflx

Reviewed By: #gwenview, rkflx

Subscribers: huoni, rkflx

Differential Revision: https://phabricator.kde.org/D12824
parent cc6f795d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment