Split EditWidgetIcons::save() into state() and reset().

This commit is contained in:
Felix Geyer
2016-07-31 23:53:26 +02:00
committed by Jonathan White
parent 61ce733c6f
commit 8f87b5cfd4
4 changed files with 12 additions and 8 deletions

View File

@@ -46,7 +46,8 @@ public:
explicit EditWidgetIcons(QWidget* parent = nullptr);
~EditWidgetIcons();
IconStruct save();
IconStruct state() const;
void reset();
void load(Uuid currentUuid, Database* database, IconStruct iconStruct);
private Q_SLOTS: