summaryrefslogtreecommitdiffstats
path: root/common/listener.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-25 19:18:08 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-25 19:42:27 +0200
commit0f6f34ca2fca81734544b32e8dbc8ee32122bb65 (patch)
tree79bb05d19d6d7f3ec4966b2913b7628d3ad8de0f /common/listener.h
parent7f0f45c544b3a48feec3226faa8bb3018d542d9c (diff)
downloadsink-0f6f34ca2fca81734544b32e8dbc8ee32122bb65.tar.gz
sink-0f6f34ca2fca81734544b32e8dbc8ee32122bb65.zip
Fixed more warnings and then disabled them
..because there is a boatload more to fix.
Diffstat (limited to 'common/listener.h')
-rw-r--r--common/listener.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/listener.h b/common/listener.h
index 38e87da..8a1de8a 100644
--- a/common/listener.h
+++ b/common/listener.h
@@ -56,7 +56,7 @@ class SINK_EXPORT Listener : public QObject
56{ 56{
57 Q_OBJECT 57 Q_OBJECT
58public: 58public:
59 Listener(const QByteArray &resourceName, const QByteArray &resourceType, QObject *parent = 0); 59 Listener(const QByteArray &resourceName, const QByteArray &resourceType, QObject *parent = nullptr);
60 ~Listener(); 60 ~Listener();
61 61
62 void checkForUpgrade(); 62 void checkForUpgrade();