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:
Fabio Bas
2014-06-21 12:10:04 +02:00
parent 17f7fe7ad9
commit 0ec5842c3f
2 changed files with 12 additions and 2 deletions

View File

@@ -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;
};