diff options
author | Ken Moore <moorekou@gmail.com> | 2015-08-17 16:00:00 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-08-17 16:00:00 -0400 |
commit | f809e720d7bf5c2b314c705ad5600776afcf6659 (patch) | |
tree | 3a85e35b1e7f670a2a1c53cf017800dcc3a7aec6 /lumina-fm/MainUI.h | |
parent | Touch up the new Grey-Dark color scheme a bit - now the highlight/accent colo... (diff) | |
download | lumina-f809e720d7bf5c2b314c705ad5600776afcf6659.tar.gz lumina-f809e720d7bf5c2b314c705ad5600776afcf6659.tar.bz2 lumina-f809e720d7bf5c2b314c705ad5600776afcf6659.zip |
Convert the multimedia player and slideshow viewer into separate classes/widgets for lumina-fm, and add the new UI for the directory browser as well (no .h/.cpp source files filled out yet for it yet though).
These new widgets/classes are tied into the build for compilation purposes, but they are not actually used in the app yet.
Diffstat (limited to 'lumina-fm/MainUI.h')
-rw-r--r-- | lumina-fm/MainUI.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lumina-fm/MainUI.h b/lumina-fm/MainUI.h index cf9669b1..6847f6f6 100644 --- a/lumina-fm/MainUI.h +++ b/lumina-fm/MainUI.h @@ -55,6 +55,10 @@ #include "BackgroundWorker.h" #include "DDFileSystemModel.h" +#include "DirData.h" +#include "widgets/MultimediaWidget.h" +#include "widgets/SlideshowWidget.h" + namespace Ui{ class MainUI; }; |