diff options
author | Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> | 2012-06-26 17:30:57 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-06-29 22:42:19 +0200 |
commit | dba22bc03690eaa00a7757dd024d8953ec74b30c (patch) | |
tree | 3c5cfc060642467bed2b457f35996f86cbb48bc9 /sync.profile | |
parent | f4f0c8b99b362822f85dd1859518e89d33e4bd3b (diff) | |
download | qtbase-dba22bc03690eaa00a7757dd024d8953ec74b30c.tar.gz |
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 <kent.hansen@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 6 |
1 files changed, 5 insertions, 1 deletions
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", |