mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 11:38:49 -07:00
Reload card database action now also reloads the download urls (#5262)
* add sync method to SettingsManager * sync download urls on reload card database
This commit is contained in:
parent
03db4ccce6
commit
e8e57989ba
3 changed files with 13 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ class SettingsManager : public QObject
|
|||
public:
|
||||
explicit SettingsManager(QString settingPath, QObject *parent = nullptr);
|
||||
QVariant getValue(QString name, QString group = "", QString subGroup = "");
|
||||
void sync();
|
||||
|
||||
signals:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue