aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/MainUI.h
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-05-01 13:12:42 -0400
committerKen Moore <moorekou@gmail.com>2015-05-01 13:12:42 -0400
commit203b715594d7cf344d9565bba07aa84133c033a3 (patch)
treecf6c0f8df9b4f14e2a4e643dbda5fb5e95dfc7d9 /lumina-fm/MainUI.h
parentUpdate the documentation on the ROADMAP and the plugins available in the comm... (diff)
parentMerge remote-tracking branch 'upstream/master' into fm-term (diff)
downloadlumina-203b715594d7cf344d9565bba07aa84133c033a3.tar.gz
lumina-203b715594d7cf344d9565bba07aa84133c033a3.tar.bz2
lumina-203b715594d7cf344d9565bba07aa84133c033a3.zip
Merge pull request #108 from william-os4y/fm-term
this change propose to have the "Open Terminal here" menu in lumina-fm
Diffstat (limited to 'lumina-fm/MainUI.h')
-rw-r--r--lumina-fm/MainUI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lumina-fm/MainUI.h b/lumina-fm/MainUI.h
index 345e2dd4..be8bb11f 100644
--- a/lumina-fm/MainUI.h
+++ b/lumina-fm/MainUI.h
@@ -217,6 +217,7 @@ private slots:
void FavoriteItem();
// - full selection actions
void ViewPropertiesItem();
+ void openTerminal();
void CutItems();
void CopyItems();
void PasteItems();
bgstack15