Added a notify system

This commit is contained in:
emeric
2018-03-04 22:35:08 +01:00
parent da138aa06e
commit 711dc613aa
4 changed files with 42 additions and 1 deletions
+4
View File
@@ -48,6 +48,7 @@ class LmsApplication : public Wt::WApplication
// Utils
void goHome();
void notify(const Wt::WString& message);
private:
@@ -77,6 +78,9 @@ TranscodeResource *SessionTranscodeResource();
Scanner::MediaScanner& MediaScanner();
void notify(const Wt::WString& message);
} // namespace UserInterface
#endif