![]() |
AntiMicroX
|
#include "antimicrosettings.h"#include "config.h"#include "mousehelper.h"#include <QDir>#include <QIcon>#include <QThread>#include <QTranslator>#include <QWaitCondition>#include <SDL2/SDL_version.h>Go to the source code of this file.
Namespaces | |
| namespace | PadderCommon |
Variables | |
| const QString | PadderCommon::configFileName = "antimicrox_settings.ini" |
| const int | PadderCommon::LATESTCONFIGFILEVERSION = 19 |
| const int | PadderCommon::LATESTCONFIGMIGRATIONVERSION = 5 |
| const QString | PadderCommon::localSocketKey = "antimicroxSignalListener" |
| const QString | PadderCommon::unhideCommand = "unhideWindow" |
| const QString | PadderCommon::githubProjectPage = "https://github.com/AntiMicroX/antimicrox/" |
| const QString | PadderCommon::githubIssuesPage = "https://github.com/AntiMicroX/antimicrox/issues" |
| const QString | PadderCommon::wikiPage = QString("%1/wiki").arg(githubProjectPage) |
| const int | PadderCommon::ANTIMICROX_MAJOR_VERSION = PROJECT_MAJOR_VERSION |
| const int | PadderCommon::ANTIMICROX_MINOR_VERSION = PROJECT_MINOR_VERSION |
| const int | PadderCommon::ANTIMICROX_PATCH_VERSION = PROJECT_PATCH_VERSION |
| const QString | PadderCommon::programVersion |
| const QString | PadderCommon::sdlVersionUsed |
| const QString | PadderCommon::sdlVersionCompiled |