diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-14 01:46:27 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-14 01:46:27 +0100 |
commit | 720b8d57847324a164e6f408d430bdc568b1b76c (patch) | |
tree | dd69e497672e16d9c1e1a4d94fb1f21ca60d96f7 | |
parent | 7994c4141367eb5f0128d2bbc2ab9abe96f00a2d (diff) |
meh
-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; |