diff options
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) |