24 #ifndef SHOWFOTO_FOLDER_VIEW_UNDO_H
25 #define SHOWFOTO_FOLDER_VIEW_UNDO_H
29 #include <QUndoCommand>
45 const QString& newPath);
Definition: showfotofolderviewundo.h:40
void redo()
Definition: showfotofolderviewundo.cpp:74
void undo()
Definition: showfotofolderviewundo.cpp:69
QString undoPath() const
Definition: showfotofolderviewundo.cpp:64
ShowfotoFolderViewUndo(ShowfotoFolderViewSideBar *const view, const QString &newPath)
Definition: showfotofolderviewundo.cpp:49
~ShowfotoFolderViewUndo()
Definition: showfotofolderviewundo.cpp:59
Definition: showfotofolderviewbar.cpp:52