From 737d57cbae2f78f6dc1c40593e5db4236d0709f5 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 11 Aug 2015 23:49:46 +0200 Subject: Default errorhandler like everywhere else --- common/storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: * Remove a value */ void remove(const QByteArray &key, - const std::function &errorHandler); + const std::function &errorHandler = std::function()); /** * Read values with a given key. * -- cgit v1.2.3