summaryrefslogtreecommitdiff
path: root/libsowatch/declarativewatchwrapper.cpp
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-05-03 21:13:31 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-05-03 21:13:31 +0200
commit9e061170b3834845910749c55eda63f03d982bbf (patch)
tree0837bbdb63918eaf07333a81a98a21646d5ac3c6 /libsowatch/declarativewatchwrapper.cpp
parentfba422cb3999e5c1a35849891861faa24494bd50 (diff)
downloadsowatch-9e061170b3834845910749c55eda63f03d982bbf.tar.gz
sowatch-9e061170b3834845910749c55eda63f03d982bbf.zip
add a small status bar to metawatch watchlets
Diffstat (limited to 'libsowatch/declarativewatchwrapper.cpp')
-rw-r--r--libsowatch/declarativewatchwrapper.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/libsowatch/declarativewatchwrapper.cpp b/libsowatch/declarativewatchwrapper.cpp
index 968c3e2..d06ef3b 100644
--- a/libsowatch/declarativewatchwrapper.cpp
+++ b/libsowatch/declarativewatchwrapper.cpp
@@ -41,10 +41,6 @@ void DeclarativeWatchWrapper::activate()
// Emit the active signal
emit activeChanged();
-
- // Since a notification currently causes the active watchlet to be deactivated,
- // we can assume the notifications list only changes when we are deactivated.
- emit notificationsChanged();
}
}