From dba22bc03690eaa00a7757dd024d8953ec74b30c Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Tue, 26 Jun 2012 17:30:57 +0100 Subject: Move QStandardItem/QStandardItemModel to QtGui The dependencies on QFont, QBrush, QIcon are all in QtGui, so there's little sense to still have these classes in QtWidgets. This also copies and pastes a version of QWidgetItemData as QStandardItemData inside qstandarditemmodel_p.h. Change-Id: Ibafc5a30748e7ce0b54753309ae6dc4a797fc20e Reviewed-by: Kent Hansen --- sync.profile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index e6c811636e..460e7083bd 100644 --- a/sync.profile +++ b/sync.profile @@ -93,7 +93,11 @@ "qplatformmenu_qpa.h" => "qpa/qplatformmenu.h", "QPlatformMenu" => "qpa/qplatformmenu.h", "QPlatformMenuAction" => "qpa/qplatformmenu.h", - "QPlatformMenuBar" => "qpa/qplatformmenu.h" + "QPlatformMenuBar" => "qpa/qplatformmenu.h", + "QStandardItem" => "QtGui/QStandardItem", + "QStandardItemModel" => "QtGui/QStandardItemModel", + "qstandarditem.h" => "QtGui/qstandarditem.h", + "qstandarditemmodel.h" => "QtGui/qstandarditemmodel.h" }, "QtPrintSupport" => { "qplatformprintersupport_qpa.h" => "qpa/qplatformprintersupport.h", -- cgit v1.2.3