mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-10 16:26:32 -05:00
Whole config is handled by Config class.
This also means : we have only one config file, now
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user