diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-18 08:20:13 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-18 08:20:13 +0100 |
commit | f900ffb5c737064f9c0b2d5eecf6b325fa0ba21d (patch) | |
tree | 2fc5f9e9150b755a5c9339f926d21254803fea92 /api/plugin-support.hpp | |
parent | 81d378f9c550f7f1be292af65a8586bb8f769c4c (diff) |
fix selecting no filter
Diffstat (limited to 'api/plugin-support.hpp')
-rw-r--r-- | api/plugin-support.hpp | 2 |
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) |