diff options
Diffstat (limited to 'libLumina/LuminaUtils.h')
-rw-r--r-- | libLumina/LuminaUtils.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libLumina/LuminaUtils.h b/libLumina/LuminaUtils.h index 28deb59a..ee716167 100644 --- a/libLumina/LuminaUtils.h +++ b/libLumina/LuminaUtils.h @@ -22,6 +22,9 @@ class LUtils{ public: + //Get the current version of the Lumina desktop + static QString LuminaDesktopVersion(); + //Run an external command and return the exit code static int runCmd(QString cmd, QStringList args = QStringList()); //Run an external command and return any text output (one line per entry) @@ -40,6 +43,10 @@ public: //Load a translation file for a Lumina Project static void LoadTranslation(QApplication *app, QString appname); + + //Load the default setup for the system + static void LoadSystemDefaults(bool skipOS = false); + }; #endif |