summaryrefslogtreecommitdiffstats
path: root/common/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage.h')
-rw-r--r--common/storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/storage.h b/common/storage.h
index f9a207f..fb44c1c 100644
--- a/common/storage.h
+++ b/common/storage.h
@@ -68,7 +68,7 @@ public:
68 * Remove a value 68 * Remove a value
69 */ 69 */
70 void remove(const QByteArray &key, 70 void remove(const QByteArray &key,
71 const std::function<void(const Storage::Error &error)> &errorHandler); 71 const std::function<void(const Storage::Error &error)> &errorHandler = std::function<void(const Storage::Error &error)>());
72 /** 72 /**
73 * Read values with a given key. 73 * Read values with a given key.
74 * 74 *