Fix a few compiler warnings.

In this change:
dba22bc036
we actually do not need the sync.profile change.

The header is already in QtGui - and it caused compiler warnings
when Qt/tests are compiled. The troubled includes are of type
<qstandarditemmodel.h> where Wigets are first in the include path.

Change-Id: Iff17f6ddb6c6282d41a08b53438b7aec786f12a9
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
bb10
Thorbjørn Lund Martsum 2012-07-11 06:43:57 +02:00 committed by Qt by Nokia
parent d45bc23cd5
commit a187fd9fb1
1 changed files with 1 additions and 5 deletions

View File

@ -101,11 +101,7 @@
"qplatformmenu_qpa.h" => "qpa/qplatformmenu.h",
"QPlatformMenu" => "qpa/qplatformmenu.h",
"QPlatformMenuAction" => "qpa/qplatformmenu.h",
"QPlatformMenuBar" => "qpa/qplatformmenu.h",
"QStandardItem" => "QtGui/QStandardItem",
"QStandardItemModel" => "QtGui/QStandardItemModel",
"qstandarditem.h" => "QtGui/qstandarditem.h",
"qstandarditemmodel.h" => "QtGui/qstandarditemmodel.h"
"QPlatformMenuBar" => "qpa/qplatformmenu.h"
},
"QtPrintSupport" => {
"qplatformprintersupport_qpa.h" => "qpa/qplatformprintersupport.h",