Split EditWidgetIcons::save() into state() and reset().
This commit is contained in:
committed by
Jonathan White
parent
61ce733c6f
commit
8f87b5cfd4
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user