summaryrefslogtreecommitdiffhomepage
path: root/api
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-04-17 14:40:41 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-04-17 14:40:41 +0200
commit4f05b2a5af42381cb998b2a29cd82b14c9e67466 (patch)
treebcbed21cba3424289f8b14454e16b0fce4c0932b /api
parentb7d6f4e69ad1e5ebdf8bfc8f37af3d3c82458c8f (diff)
api/plugin: unref inner enum
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 86994d18..2ec55f0e 100644
--- a/api/plugin-support.hpp
+++ b/api/plugin-support.hpp
@@ -63,7 +63,7 @@ struct dylib final {
return;
handle.setFileName(filename);
- handle.setLoadHints(QLibrary::DeepBindHint | QLibrary::LoadHint::ResolveAllSymbolsHint);
+ handle.setLoadHints(QLibrary::DeepBindHint | QLibrary::ResolveAllSymbolsHint);
if (check(!handle.load()))
return;