#include "release_channel.h"#include "version_string.h"#include <QJsonArray>#include <QJsonDocument>#include <QJsonObject>#include <QMessageBox>#include <QNetworkReply>#include <QRegularExpression>#include <QSysInfo>#include <QtGlobal>Macros | |
| #define | STABLERELEASE_URL "https://api.github.com/repos/Cockatrice/Cockatrice/releases/latest" |
| #define | STABLEMANUALDOWNLOAD_URL "https://github.com/Cockatrice/Cockatrice/releases/latest" |
| #define | STABLETAG_URL "https://api.github.com/repos/Cockatrice/Cockatrice/git/refs/tags/" |
| #define | BETARELEASE_URL "https://api.github.com/repos/Cockatrice/Cockatrice/releases" |
| #define | BETAMANUALDOWNLOAD_URL "https://github.com/Cockatrice/Cockatrice/releases/" |
| #define | BETARELEASE_CHANGESURL "https://github.com/Cockatrice/Cockatrice/compare/%1...%2" |
| #define | GIT_SHORT_HASH_LEN 7 |
| #define BETAMANUALDOWNLOAD_URL "https://github.com/Cockatrice/Cockatrice/releases/" |
| #define BETARELEASE_CHANGESURL "https://github.com/Cockatrice/Cockatrice/compare/%1...%2" |
| #define BETARELEASE_URL "https://api.github.com/repos/Cockatrice/Cockatrice/releases" |
| #define GIT_SHORT_HASH_LEN 7 |
| #define STABLEMANUALDOWNLOAD_URL "https://github.com/Cockatrice/Cockatrice/releases/latest" |
| #define STABLERELEASE_URL "https://api.github.com/repos/Cockatrice/Cockatrice/releases/latest" |
| #define STABLETAG_URL "https://api.github.com/repos/Cockatrice/Cockatrice/git/refs/tags/" |