aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/LSession.h
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-07-24 13:50:24 +0000
committerWeblate <noreply@weblate.org>2017-07-24 13:50:24 +0000
commit2ca3b73a3e1d9697bd3abacc7d2d03c267b29af1 (patch)
tree54154f27b72df47b181d12b36d710f3ca246b435 /src-qt5/core/lumina-desktop-unified/LSession.h
parentMerge branch 'master' of github.com:trueos/lumina (diff)
parentMerge remote-tracking branch 'origin/master' (diff)
downloadlumina-2ca3b73a3e1d9697bd3abacc7d2d03c267b29af1.tar.gz
lumina-2ca3b73a3e1d9697bd3abacc7d2d03c267b29af1.tar.bz2
lumina-2ca3b73a3e1d9697bd3abacc7d2d03c267b29af1.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.h4
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
bgstack15