summaryrefslogtreecommitdiff
path: root/libsowatch/watchlet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/watchlet.cpp')
-rw-r--r--libsowatch/watchlet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsowatch/watchlet.cpp b/libsowatch/watchlet.cpp
index 15e0b6c..9b3567e 100644
--- a/libsowatch/watchlet.cpp
+++ b/libsowatch/watchlet.cpp
@@ -6,7 +6,7 @@ using namespace sowatch;
Watchlet::Watchlet(WatchServer *server, const QString& id) :
QObject(server), _id(id), _active(false), _server(server)
{
- _server->registerWatchlet(this);
+
}
Watchlet::~Watchlet()