summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorThorbjørn Lund Martsum <tmartsum@gmail.com>2012-07-11 06:43:57 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-13 17:01:52 +0200
commita187fd9fb14df3aef71705fbb34bf1e6b4e29176 (patch)
treee934c5a31a882b5f379ce7d716dcc3e2c328128f /sync.profile
parentd45bc23cd519f81aff60a7a090557ca8406b6a58 (diff)
Fix a few compiler warnings.
In this change: dba22bc03690eaa00a7757dd024d8953ec74b30c 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>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sync.profile b/sync.profile
index 2bef67f31d..d63cdc0934 100644
--- a/sync.profile
+++ b/sync.profile
@@ -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",