diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-07 17:58:48 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-07 17:58:48 +0100 |
commit | 3aab8be81f96e8a32a1edc09b836e6c0264d39e7 (patch) | |
tree | 0acef21cde8c913ed2a1bd8a1cb9cf41dc372a57 /common/storage.h | |
parent | 35a3afc591c85999de856c21dbb493e341951d91 (diff) | |
download | sink-3aab8be81f96e8a32a1edc09b836e6c0264d39e7.tar.gz sink-3aab8be81f96e8a32a1edc09b836e6c0264d39e7.zip |
Debug output
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/storage.h b/common/storage.h index e368b05..039a54f 100644 --- a/common/storage.h +++ b/common/storage.h | |||
@@ -214,3 +214,6 @@ private: | |||
214 | 214 | ||
215 | } | 215 | } |
216 | } // namespace Sink | 216 | } // namespace Sink |
217 | |||
218 | QDebug& SINK_EXPORT operator<<(QDebug &dbg, const Sink::Storage::DataStore::Error &error); | ||
219 | |||