allow servatrice to exit early based on commandline options (#4504)

This commit is contained in:
ebbit1q 2021-12-26 16:47:37 +01:00 committed by GitHub
parent 07e6aadbbe
commit a9f2fc427b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 9 deletions

View file

@ -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
{