Reduce database include dependencies

This commit is contained in:
emeric
2018-05-16 13:47:00 +02:00
parent 7e6bf57e75
commit 9a44fb838d
43 changed files with 179 additions and 135 deletions
+2 -2
View File
@@ -26,7 +26,7 @@
#include <boost/optional.hpp>
#include "database/Types.hpp"
#include "database/Track.hpp"
namespace UserInterface {
@@ -45,7 +45,7 @@ class PlayQueue : public Wt::WTemplate
void playPrevious();
// Signal emitted when a track is to be played
Wt::Signal<Database::Track::id_type> playTrack;
Wt::Signal<Database::IdType> playTrack;
// Signal emitted when play has to be stopped
Wt::Signal<> playbackStop;