diff options
author | Ken Moore <moorekou@gmail.com> | 2015-10-16 08:06:00 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-10-16 08:06:00 -0400 |
commit | 5c17dc777bc89e12d942d9fe84bed24a24b947ea (patch) | |
tree | cf6fd2d833edb6b41ddc88dacd7f4c2d00c78229 /lumina-fm/MainUI.h | |
parent | Turn on mouse-selection for a number of labels in the lumina-info and lumina-... (diff) | |
download | lumina-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.h | 3 |
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); |