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 35d2429..a6b5886 100644 --- a/libsowatch/watchserver.cpp +++ b/libsowatch/watchserver.cpp @@ -29,6 +29,11 @@ Watch* WatchServer::watch() return _watch; } +const Watch* WatchServer::watch() const +{ + return _watch; +} + QString WatchServer::nextWatchletButton() const { if (_nextWatchletButton >= 0) { |