mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
allow servatrice to exit early based on commandline options (#4504)
This commit is contained in:
parent
07e6aadbbe
commit
a9f2fc427b
4 changed files with 17 additions and 9 deletions
|
|
@ -16,7 +16,7 @@ public:
|
|||
SettingsCache(const QString &fileName = "servatrice.ini",
|
||||
QSettings::Format format = QSettings::IniFormat,
|
||||
QObject *parent = 0);
|
||||
static QString guessConfigurationPath(QString &specificPath);
|
||||
static QString guessConfigurationPath();
|
||||
QList<QRegExp> disallowedRegExp;
|
||||
bool getIsPortableBuild() const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue