From 2486b417dbfb4daf0741f7b870e3d276fac87729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Knau=C3=9F?= Date: Mon, 16 Jan 2017 17:36:47 +0100 Subject: make contacts suitable for applications like sinksh --- sinksh/sinksh_utils.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sinksh') diff --git a/sinksh/sinksh_utils.cpp b/sinksh/sinksh_utils.cpp index 71a47b1..9a0d1d8 100644 --- a/sinksh/sinksh_utils.cpp +++ b/sinksh/sinksh_utils.cpp @@ -54,6 +54,9 @@ StoreBase &getStore(const QString &type) } else if (type == getTypeName()) { static Store store; return store; + } else if (type == getTypeName()) { + static Store store; + return store; } SinkWarning_("", "") << "Trying to get a store that doesn't exist: " << type; -- cgit v1.2.3