aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/src-desktop
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-07-24 13:49:32 +0000
committerWeblate <noreply@weblate.org>2017-07-24 13:49:32 +0000
commit3e3aca9e40325f65d2cfbc0caeadafd975693071 (patch)
tree94625e65e24b028b3fd5fd416a094e383368b9d7 /src-qt5/core/lumina-desktop-unified/src-desktop
parentTranslated using Weblate (Danish) (diff)
parentRevert "commit for slicer69's variable WM selection feature" (diff)
downloadlumina-3e3aca9e40325f65d2cfbc0caeadafd975693071.tar.gz
lumina-3e3aca9e40325f65d2cfbc0caeadafd975693071.tar.bz2
lumina-3e3aca9e40325f65d2cfbc0caeadafd975693071.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/src-desktop')
-rw-r--r--src-qt5/core/lumina-desktop-unified/src-desktop/ContextMenu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/src-desktop/ContextMenu.h b/src-qt5/core/lumina-desktop-unified/src-desktop/ContextMenu.h
index 1e3165ec..7fd21967 100644
--- a/src-qt5/core/lumina-desktop-unified/src-desktop/ContextMenu.h
+++ b/src-qt5/core/lumina-desktop-unified/src-desktop/ContextMenu.h
@@ -32,6 +32,8 @@ private slots:
signals:
void LockSession();
void showLeaveDialog();
+ void LaunchStandardApplication(QString);
+ void LaunchApplication(QString);
};
#endif
bgstack15