Finished extending undo/redo framework into PropertiesView.

This commit is contained in:
Jim Evins
2016-04-30 09:49:50 -04:00
parent 61c41d8ba9
commit ec26cbb07a
4 changed files with 47 additions and 37 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ public:
private slots:
void onSettingsChanged();
void onLabelSizeChanged();
void onFormChanged();
void onOrientationActivated();
void onChangeProductButtonClicked();
@@ -69,7 +69,7 @@ private:
LabelModel* mModel;
UndoRedoModel* mUndoRedoModel;
glabels::Units mUnits;
int mOldOrientationIndex;
};