mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
Add an unexposed config value for the AllSets.json file url
It will be saved only if: * it’s different than the default (the user used a custom url); * the download actually worked
This commit is contained in:
parent
17f7fe7ad9
commit
0ec5842c3f
2 changed files with 12 additions and 2 deletions
|
|
@ -15,6 +15,7 @@ class QNetworkAccessManager;
|
|||
class QTextEdit;
|
||||
class QVBoxLayout;
|
||||
class OracleImporter;
|
||||
class QSettings;
|
||||
|
||||
class OracleWizard : public QWizard
|
||||
{
|
||||
|
|
@ -26,6 +27,7 @@ public:
|
|||
void disableButtons();
|
||||
public:
|
||||
OracleImporter *importer;
|
||||
QSettings * settings;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue