Save Data Note (#3054)

* Split save_data_utility into two classes.

* Add entry notes to saves.

* Code review changes
This commit is contained in:
Robbie 2017-07-23 02:55:08 -05:00 committed by Ivan
parent 9bd6d28514
commit 5cc152b8dd
9 changed files with 263 additions and 155 deletions

View file

@ -117,6 +117,7 @@ namespace GUI
const GUI_SAVE m_currentConfig = GUI_SAVE(meta, "currentConfig", QObject::tr("CurrentSettings"));
const GUI_SAVE m_currentStylesheet = GUI_SAVE(meta, "currentStylesheet", QObject::tr("default"));
const GUI_SAVE m_saveNotes = GUI_SAVE(meta, "saveNotes", QVariantMap());
const GUI_SAVE gs_resize = GUI_SAVE(gs_frame, "resize", false);
const GUI_SAVE gs_width = GUI_SAVE(gs_frame, "width", 1280);