mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-23 07:28:24 -08: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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user