diff options
author | Ken Moore <moorekou@gmail.com> | 2015-08-26 08:35:20 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-08-26 08:35:20 -0400 |
commit | 8a47c8400a9132162b0a5df943675c984e512d47 (patch) | |
tree | 2a2bb2e4d9d199556c762eb85ccd99820f6c7549 /lumina-fm/widgets/MultimediaWidget.h | |
parent | Commit a major overhaul of lumina-fm: PLEASE TEST!! (diff) | |
download | lumina-8a47c8400a9132162b0a5df943675c984e512d47.tar.gz lumina-8a47c8400a9132162b0a5df943675c984e512d47.tar.bz2 lumina-8a47c8400a9132162b0a5df943675c984e512d47.zip |
Clean up some of the new widgets/functionality:
1) Fix a layout issue with the DirWidget
2) Fix the GoToNext functionality in the multimedia player
3) Ensure the multimedia player is stopped if the tab is closed
4) Clean up some dead space in the DirWidget
Diffstat (limited to 'lumina-fm/widgets/MultimediaWidget.h')
-rw-r--r-- | lumina-fm/widgets/MultimediaWidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lumina-fm/widgets/MultimediaWidget.h b/lumina-fm/widgets/MultimediaWidget.h index 4dc92e39..c579b2dd 100644 --- a/lumina-fm/widgets/MultimediaWidget.h +++ b/lumina-fm/widgets/MultimediaWidget.h @@ -29,6 +29,7 @@ public: public slots: void ClearPlaylist(); void LoadMultimedia(QList<LFileInfo> list); + void Cleanup(); //perform actions necessary when closing the player //Theme change functions void UpdateIcons(); |