diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-31 11:21:48 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-31 11:21:48 +0100 |
commit | cf8c6dfe32580d2d93cb67f496f50fa14c572f5c (patch) | |
tree | f06e531c8316810f6fed688f3d7c16fa6582c4ac /common/genericresource.cpp | |
parent | 7c52358e3fc9798715895a57e6eee3274a2b84f3 (diff) | |
download | sink-cf8c6dfe32580d2d93cb67f496f50fa14c572f5c.tar.gz sink-cf8c6dfe32580d2d93cb67f496f50fa14c572f5c.zip |
Enabled and fixed a bunch of warnings
Diffstat (limited to 'common/genericresource.cpp')
-rw-r--r-- | common/genericresource.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/genericresource.cpp b/common/genericresource.cpp index c7326d3..758ea0d 100644 --- a/common/genericresource.cpp +++ b/common/genericresource.cpp | |||
@@ -197,7 +197,6 @@ private slots: | |||
197 | default: | 197 | default: |
198 | return KAsync::error<qint64>(-1, "Unhandled command"); | 198 | return KAsync::error<qint64>(-1, "Unhandled command"); |
199 | } | 199 | } |
200 | return KAsync::null<qint64>(); | ||
201 | } | 200 | } |
202 | 201 | ||
203 | KAsync::Job<qint64, qint64> processQueuedCommand(const QByteArray &data) | 202 | KAsync::Job<qint64, qint64> processQueuedCommand(const QByteArray &data) |