Clean up some things. Make skip vote longer. Put in js that should show notifications for skip requests.

This commit is contained in:
Kevin Whitaker
2017-02-18 23:13:13 -05:00
parent 249e34f3c7
commit de6a151fd0
4 changed files with 13 additions and 6 deletions

View File

@@ -24,6 +24,7 @@
#include "GroovePlayer.h"
#include "db/AudioTrack.h"
#include "db/User.h"
#include <Wt/WJavaScript>
class WebInterface : public Wt::WApplication
{
@@ -42,6 +43,8 @@ public:
private:
struct internal;
internal* priv_int = 0;
std::string getNotificationJs(std::string message);
Wt::JSlot notificationSlot;
};
#endif // WEBINTERFACE_H