diff options
author | Weblate <noreply@weblate.org> | 2017-07-27 16:21:31 +0000 |
---|---|---|
committer | Weblate <noreply@weblate.org> | 2017-07-27 16:21:31 +0000 |
commit | a528ad301649fe76cab31a4ef2851973aefbe587 (patch) | |
tree | 9ac8a6cf1191c387d8c61dde4eb34b07884815e8 /src-qt5/core/lumina-desktop-unified/LSession.h | |
parent | Translated using Weblate (Lithuanian) (diff) | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | lumina-a528ad301649fe76cab31a4ef2851973aefbe587.tar.gz lumina-a528ad301649fe76cab31a4ef2851973aefbe587.tar.bz2 lumina-a528ad301649fe76cab31a4ef2851973aefbe587.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/LSession.h')
-rw-r--r-- | src-qt5/core/lumina-desktop-unified/LSession.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/LSession.h b/src-qt5/core/lumina-desktop-unified/LSession.h index 0d666bfa..85cc050c 100644 --- a/src-qt5/core/lumina-desktop-unified/LSession.h +++ b/src-qt5/core/lumina-desktop-unified/LSession.h @@ -32,8 +32,8 @@ public slots: void StartLogout(); void StartShutdown(bool skipupdates = false); void StartReboot(bool skipupdates = false); - void LaunchApplication(QString app); - void LaunchStandardApplication(QString app); + void LaunchApplication(QString exec); + void LaunchStandardApplication(QString app, QStringList args = QStringList()); void reloadIconTheme(); //will emit the IconThemeChanged signal when ready void switchLocale(QString localeCode); //will emit the LocaleChanged signal when ready |