aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/LSession.h
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-07-27 16:21:31 +0000
committerWeblate <noreply@weblate.org>2017-07-27 16:21:31 +0000
commita528ad301649fe76cab31a4ef2851973aefbe587 (patch)
tree9ac8a6cf1191c387d8c61dde4eb34b07884815e8 /src-qt5/core/lumina-desktop-unified/LSession.h
parentTranslated using Weblate (Lithuanian) (diff)
parentMerge remote-tracking branch 'origin/master' (diff)
downloadlumina-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.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