aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/MainUI.h
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-09-25 09:56:20 -0400
committerKen Moore <moorekou@gmail.com>2015-09-25 09:56:20 -0400
commit8ad545f5e31fb2053ccb55cafddf7054b72e1c9d (patch)
tree65803a42ef938ad1e0ad94a55445280af8bf8907 /lumina-fm/MainUI.h
parentAdjust the window workspace detection routine to also check whether the given... (diff)
downloadlumina-8ad545f5e31fb2053ccb55cafddf7054b72e1c9d.tar.gz
lumina-8ad545f5e31fb2053ccb55cafddf7054b72e1c9d.tar.bz2
lumina-8ad545f5e31fb2053ccb55cafddf7054b72e1c9d.zip
Fix up the active browser detection routine, ensure the browser gets updated after creating new files/dirs (just in case the filesystem does not report changes properly), and ensure that clicking the slideshow/player buttons always opens the player (even if an invalid file is selected at that moment).
Diffstat (limited to 'lumina-fm/MainUI.h')
-rw-r--r--lumina-fm/MainUI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lumina-fm/MainUI.h b/lumina-fm/MainUI.h
index bec38249..0a68334a 100644
--- a/lumina-fm/MainUI.h
+++ b/lumina-fm/MainUI.h
@@ -98,6 +98,8 @@ private:
void RebuildBookmarksMenu();
void RebuildDeviceMenu();
+ DirWidget* FindActiveBrowser();
+
private slots:
void slotSingleInstance(QStringList in){
this->show();
bgstack15