diff options
-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 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; |