Whole config is handled by Config class.

This also means : we have only one config file, now
This commit is contained in:
LittleWhite 2016-01-24 21:23:55 +01:00
parent 426c4a2a5b
commit e33b938505
8 changed files with 181 additions and 118 deletions

View file

@ -31,8 +31,8 @@ public:
void PopulateAsync(const QString& dir_path, bool deep_scan);
void SaveInterfaceLayout(QSettings& settings);
void LoadInterfaceLayout(QSettings& settings);
void SaveInterfaceLayout();
void LoadInterfaceLayout();
public slots:
void AddEntry(QList<QStandardItem*> entry_items);