From 7443895857fdaee132c8efc643e471f02b3d0fa4 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 2 Jun 2012 05:42:13 +0200 Subject: Remove support for Qt 4 style plugins The new plugin format allows us to avoid loading the plugins in all cases. Remove the old format, as we could get bad behavior with the old format if Qt would try to dlopen a Qt 4.x plugin. Change-Id: I2193e6874d6cca3c0b12298c2b9beb4105a42fd5 Reviewed-by: Thiago Macieira Reviewed-by: Lars Knoll --- src/corelib/plugin/qlibrary_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/corelib/plugin/qlibrary_p.h') diff --git a/src/corelib/plugin/qlibrary_p.h b/src/corelib/plugin/qlibrary_p.h index ca7b5d9bb4..965f1d26bd 100644 --- a/src/corelib/plugin/qlibrary_p.h +++ b/src/corelib/plugin/qlibrary_p.h @@ -99,7 +99,6 @@ public: QPointer inst; QtPluginInstanceFunction instance; QJsonObject metaData; - bool compatPlugin; QString errorString; QLibrary::LoadHints loadHints; -- cgit v1.2.3