#include "pages.h"#include "client/settings/cache_settings.h"#include "main.h"#include "oracleimporter.h"#include "oraclewizard.h"#include "pagetemplates.h"#include "version_string.h"#include <QAbstractButton>#include <QBuffer>#include <QCheckBox>#include <QComboBox>#include <QDir>#include <QFileDialog>#include <QGridLayout>#include <QLabel>#include <QLineEdit>#include <QMessageBox>#include <QNetworkAccessManager>#include <QNetworkReply>#include <QProgressBar>#include <QPushButton>#include <QRadioButton>#include <QScrollBar>#include <QStandardPaths>#include <QTextEdit>#include <QtConcurrent>#include <QtGui>Macros | |
| #define | ZIP_SIGNATURE "PK" |
| #define | XZ_SIGNATURE "\xFD\x37\x7A\x58\x5A" |
| #define | MTGJSON_V4_URL_COMPONENT "mtgjson.com/files/" |
| #define | ALLSETS_URL_FALLBACK "https://www.mtgjson.com/api/v5/AllPrintings.json" |
| #define | MTGJSON_VERSION_URL "https://www.mtgjson.com/api/v5/Meta.json" |
| #define | ALLSETS_URL "https://www.mtgjson.com/api/v5/AllPrintings.json" |
| #define | TOKENS_URL "https://raw.githubusercontent.com/Cockatrice/Magic-Token/master/tokens.xml" |
| #define | SPOILERS_URL "https://raw.githubusercontent.com/Cockatrice/Magic-Spoiler/files/spoiler.xml" |
| #define ALLSETS_URL "https://www.mtgjson.com/api/v5/AllPrintings.json" |
| #define ALLSETS_URL_FALLBACK "https://www.mtgjson.com/api/v5/AllPrintings.json" |
| #define MTGJSON_V4_URL_COMPONENT "mtgjson.com/files/" |
| #define MTGJSON_VERSION_URL "https://www.mtgjson.com/api/v5/Meta.json" |
| #define SPOILERS_URL "https://raw.githubusercontent.com/Cockatrice/Magic-Spoiler/files/spoiler.xml" |
| #define TOKENS_URL "https://raw.githubusercontent.com/Cockatrice/Magic-Token/master/tokens.xml" |
| #define XZ_SIGNATURE "\xFD\x37\x7A\x58\x5A" |
| #define ZIP_SIGNATURE "PK" |