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 30b50753..4300da18 100644 --- a/api/plugin-support.hpp +++ b/api/plugin-support.hpp @@ -53,7 +53,7 @@ struct dylib final              return;          handle.setFileName(filename_); -        handle.setLoadHints(QLibrary::DeepBindHint | QLibrary::PreventUnloadHint | QLibrary::ResolveAllSymbolsHint); +        handle.setLoadHints(QLibrary::DeepBindHint | QLibrary::ResolveAllSymbolsHint);  #ifdef __clang__  #   pragma clang diagnostic push | 
