diff options
Diffstat (limited to 'api')
| -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 f495b45a..36a8c2bf 100644 --- a/api/plugin-support.hpp +++ b/api/plugin-support.hpp @@ -58,7 +58,7 @@ struct dylib final              return;          handle.setFileName(filename_); -        handle.setLoadHints(QLibrary::DeepBindHint | QLibrary::ResolveAllSymbolsHint | QLibrary::PreventUnloadHint); +        handle.setLoadHints(QLibrary::DeepBindHint | QLibrary::PreventUnloadHint);          if (check(!handle.load()))              return; | 
