aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/MainUI.h
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-10-16 08:06:00 -0400
committerKen Moore <moorekou@gmail.com>2015-10-16 08:06:00 -0400
commit5c17dc777bc89e12d942d9fe84bed24a24b947ea (patch)
treecf6fd2d833edb6b41ddc88dacd7f4c2d00c78229 /lumina-fm/MainUI.h
parentTurn on mouse-selection for a number of labels in the lumina-info and lumina-... (diff)
downloadlumina-5c17dc777bc89e12d942d9fe84bed24a24b947ea.tar.gz
lumina-5c17dc777bc89e12d942d9fe84bed24a24b947ea.tar.bz2
lumina-5c17dc777bc89e12d942d9fe84bed24a24b947ea.zip
Oops - apparently I forgot to re-enable the bookmark functionality in the new lumina-fm overhaul. Add an option to the "Bookmarks" menu to create a new bookmark (for the current dir) which runs that functionality just like before.
Diffstat (limited to 'lumina-fm/MainUI.h')
-rw-r--r--lumina-fm/MainUI.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lumina-fm/MainUI.h b/lumina-fm/MainUI.h
index e9a2aff8..e139d341 100644
--- a/lumina-fm/MainUI.h
+++ b/lumina-fm/MainUI.h
@@ -125,7 +125,8 @@ private slots:
void groupModeChanged(bool);
void on_actionLarger_Icons_triggered();
void on_actionSmaller_Icons_triggered();
-
+ void CreateBookMark();
+
//Tab interactions
void tabChanged(int tab = -1);
void tabClosed(int tab = -1);
bgstack15