diff options
Diffstat (limited to 'libsowatch/watchserver.cpp')
-rw-r--r-- | libsowatch/watchserver.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libsowatch/watchserver.cpp b/libsowatch/watchserver.cpp index ad49995..5ee8a90 100644 --- a/libsowatch/watchserver.cpp +++ b/libsowatch/watchserver.cpp @@ -36,6 +36,11 @@ void WatchServer::closeWatchlet() _currentWatchlet = 0; } +void WatchServer::notification(const Notification &n) +{ + Q_UNUSED(n); +} + void WatchServer::registerWatchlet(Watchlet *watchlet) { Q_ASSERT(watchlet->_server == this); |