set config- and data-dir to system-specific paths

This commit is contained in:
plc-user
2025-01-23 18:47:10 +01:00
parent b19fbd2522
commit ba9cd71816
6 changed files with 39 additions and 39 deletions

View File

@@ -97,6 +97,7 @@ class QETApp : public QObject
static QETProject *project(const uint &);
static int projectId(const QETProject *);
static QString configDir();
static QString dataDir();
static QString languagesPath();
static QString realPath(const QString &);
static QString symbolicPath(const QString &);