diff options
author | Ken Moore <moorekou@gmail.com> | 2015-05-01 13:12:42 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-05-01 13:12:42 -0400 |
commit | 203b715594d7cf344d9565bba07aa84133c033a3 (patch) | |
tree | cf6c0f8df9b4f14e2a4e643dbda5fb5e95dfc7d9 /lumina-fm/MainUI.h | |
parent | Update the documentation on the ROADMAP and the plugins available in the comm... (diff) | |
parent | Merge remote-tracking branch 'upstream/master' into fm-term (diff) | |
download | lumina-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.h | 1 |
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(); |