summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/notifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/notifier.cpp b/common/notifier.cpp
index 1b7cbdb..9aa6c90 100644
--- a/common/notifier.cpp
+++ b/common/notifier.cpp
@@ -33,7 +33,7 @@ using namespace Sink;
33class Sink::Notifier::Private 33class Sink::Notifier::Private
34{ 34{
35public: 35public:
36 Private() : context(new QObject) 36 Private()
37 { 37 {
38 } 38 }
39 39