From 3517949390f349e034f8c57942af59a1f2c8c64f Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 3 Jul 2012 21:55:46 +0530 Subject: Make QGenericPlugin and QGenericPluginFactory public API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These classes are not specific to QPA. Discussed in QtCS 2012. Change-Id: I32bc5fad4f0fa5e7095af86d61966fdf4d9e4ad7 Reviewed-by: Paul Olav Tvete Reviewed-by: Jørgen Lind --- sync.profile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index d5c897ac72..7d2d4628f0 100644 --- a/sync.profile +++ b/sync.profile @@ -90,7 +90,11 @@ "QPlatformWindow" => "qpa/qplatformwindow.h", "qwindowsysteminterface_qpa.h" => "qpa/qwindowsysteminterface.h", "QWindowSystemInterface" => "qpa/qwindowsysteminterface.h", - "qwindowsysteminterface_qpa_p.h" => "qpa/qwindowsysteminterface_p.h" + "qwindowsysteminterface_qpa_p.h" => "qpa/qwindowsysteminterface_p.h", + "qgenericpluginfactory_qpa.h" => "QtGui/qgenericpluginfactory.h", + "qgenericplugin_qpa.h" => "QtGui/qgenericplugin.h", + "QGenericPlugin" => "QtGui/QGenericPlugin", + "QGenericPluginFactory" => "QtGui/QGenericPluginFactory" }, "QtWidgets" => { "qplatformmenu_qpa.h" => "qpa/qplatformmenu.h", -- cgit v1.2.3