summaryrefslogtreecommitdiffhomepage
path: root/api/plugin-support.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'api/plugin-support.hpp')
-rw-r--r--api/plugin-support.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/plugin-support.hpp b/api/plugin-support.hpp
index 8b20d211..b1a6fcb0 100644
--- a/api/plugin-support.hpp
+++ b/api/plugin-support.hpp
@@ -63,7 +63,7 @@ struct dylib final {
return;
handle = new QLibrary(filename);
- handle->setLoadHints(QLibrary::PreventUnloadHint | handle->loadHints());
+ //handle->setLoadHints(QLibrary::PreventUnloadHint | handle->loadHints());
struct _foo {
static bool die(QLibrary*& l, bool failp)