mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Fix oopsies leftover from the playlist model rename
This commit is contained in:
@@ -368,13 +368,9 @@ set( libHeaders
|
|||||||
widgets/SeekSlider.h
|
widgets/SeekSlider.h
|
||||||
widgets/playlisttypeselectordlg.h
|
widgets/playlisttypeselectordlg.h
|
||||||
widgets/welcomewidget.h
|
widgets/welcomewidget.h
|
||||||
<<<<<<< HEAD
|
|
||||||
widgets/whatshotwidget.h
|
widgets/whatshotwidget.h
|
||||||
widgets/welcomeplaylistmodel.h
|
|
||||||
=======
|
|
||||||
widgets/RecentlyPlayedPlaylistsModel.h
|
widgets/RecentlyPlayedPlaylistsModel.h
|
||||||
widgets/RecentPlaylistsModel.h
|
widgets/RecentPlaylistsModel.h
|
||||||
>>>>>>> master
|
|
||||||
widgets/overlaywidget.h
|
widgets/overlaywidget.h
|
||||||
widgets/HeaderLabel.h
|
widgets/HeaderLabel.h
|
||||||
widgets/HeaderWidget.h
|
widgets/HeaderWidget.h
|
||||||
|
@@ -24,7 +24,7 @@
|
|||||||
#include "viewmanager.h"
|
#include "viewmanager.h"
|
||||||
#include "sourcelist.h"
|
#include "sourcelist.h"
|
||||||
#include "tomahawksettings.h"
|
#include "tomahawksettings.h"
|
||||||
#include "welcomeplaylistmodel.h"
|
#include "RecentPlaylistsModel.h"
|
||||||
|
|
||||||
#include "audio/audioengine.h"
|
#include "audio/audioengine.h"
|
||||||
#include "playlist/playlistmodel.h"
|
#include "playlist/playlistmodel.h"
|
||||||
|
Reference in New Issue
Block a user