aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-04-29 09:29:50 -0400
committerKen Moore <ken@ixsystems.com>2017-04-29 09:29:50 -0400
commit284284fac68e7ed3f0078116eb8d98ba62b7ad35 (patch)
treeeda8693e414d41d21adfb52dff825867cff0ff17 /src-qt5/core/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h
parentFinally fix the desktop plugin location management system. (diff)
parentMake sure the cut/delete options for desktop icons are still possible if the ... (diff)
downloadlumina-284284fac68e7ed3f0078116eb8d98ba62b7ad35.tar.gz
lumina-284284fac68e7ed3f0078116eb8d98ba62b7ad35.tar.bz2
lumina-284284fac68e7ed3f0078116eb8d98ba62b7ad35.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/core/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h')
-rw-r--r--src-qt5/core/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h b/src-qt5/core/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h
index 95fc9284..b1e3fc85 100644
--- a/src-qt5/core/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h
+++ b/src-qt5/core/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h
@@ -35,6 +35,7 @@ private:
QToolButton *button;
QFileSystemWatcher *watcher;
//QMenu *menu;
+ QInputDialog *inputDLG;
private slots:
void loadButton();
@@ -49,6 +50,10 @@ private slots:
void openWith();
void fileProperties();
void fileDelete();
+ void fileCut();
+ void fileCopy();
+ void fileRename();
+ void renameFinished(int result);
public slots:
void LocaleChange(){
bgstack15