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