diff options
Diffstat (limited to 'common/storage_common.cpp')
-rw-r--r-- | common/storage_common.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/storage_common.cpp b/common/storage_common.cpp index 60ef83d..3951a81 100644 --- a/common/storage_common.cpp +++ b/common/storage_common.cpp | |||
@@ -26,6 +26,12 @@ | |||
26 | 26 | ||
27 | SINK_DEBUG_AREA("storage") | 27 | SINK_DEBUG_AREA("storage") |
28 | 28 | ||
29 | QDebug& operator<<(QDebug &dbg, const Sink::Storage::DataStore::Error &error) | ||
30 | { | ||
31 | dbg << error.message; | ||
32 | return dbg; | ||
33 | } | ||
34 | |||
29 | namespace Sink { | 35 | namespace Sink { |
30 | namespace Storage { | 36 | namespace Storage { |
31 | 37 | ||