diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-02 06:28:43 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-02 06:28:43 +0200 |
commit | d96da9e2205f0b81e1088a7ce78a7fe76c4db369 (patch) | |
tree | 0da192cedc3e3ba0330d9fbd48444a90d47f20b6 /options/group.hpp | |
parent | 86a8b67400d42270839ddce946dbc2f49dd4c855 (diff) |
options: enable portable installation mode
Diffstat (limited to 'options/group.hpp')
-rw-r--r-- | options/group.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/group.hpp b/options/group.hpp index 93806193..c07fe576 100644 --- a/options/group.hpp +++ b/options/group.hpp @@ -49,6 +49,7 @@ public: static QString ini_pathname(); static QString ini_combine(const QString& filename); static QStringList ini_list(); + static bool is_portable_installation(); static void mark_ini_modified(); |