From 720b8d57847324a164e6f408d430bdc568b1b76c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 14 Jan 2018 01:46:27 +0100 Subject: meh --- api/plugin-support.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/plugin-support.hpp') 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; -- cgit v1.2.3