diff options
Diffstat (limited to 'common/notifier.cpp')
-rw-r--r-- | common/notifier.cpp | 2 |
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; | |||
33 | class Sink::Notifier::Private | 33 | class Sink::Notifier::Private |
34 | { | 34 | { |
35 | public: | 35 | public: |
36 | Private() : context(new QObject) | 36 | Private() |
37 | { | 37 | { |
38 | } | 38 | } |
39 | 39 | ||