summaryrefslogtreecommitdiffhomepage
path: root/api
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-01-18 08:20:13 +0100
committerStanislaw Halik <sthalik@misaki.pl>2019-01-18 08:20:13 +0100
commitf900ffb5c737064f9c0b2d5eecf6b325fa0ba21d (patch)
tree2fc5f9e9150b755a5c9339f926d21254803fea92 /api
parent81d378f9c550f7f1be292af65a8586bb8f769c4c (diff)
fix selecting no filter
Diffstat (limited to 'api')
-rw-r--r--api/plugin-support.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/plugin-support.hpp b/api/plugin-support.hpp
index 999a929a..ab41dcd2 100644
--- a/api/plugin-support.hpp
+++ b/api/plugin-support.hpp
@@ -183,7 +183,7 @@ private:
}
}
}
- return QString();
+ return {""};
}
bool check(bool fail)