Added a notify system
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user