Skip to content
Snippets Groups Projects
Commit 59f726c4 authored by luyikei's avatar luyikei
Browse files

MainWorkflow: Make trigger public

Since its undostack is already exposed, there is no need it to be private.
parent 426413da
No related branches found
No related tags found
No related merge requests found
......@@ -156,14 +156,14 @@ class MainWorkflow : public QObject
bool canRender();
void trigger( Commands::Generic* command );
AbstractRenderer* renderer();
Commands::AbstractUndoStack* undoStack();
private:
void trigger( Commands::Generic* command );
void preSave();
void postLoad();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment