Skip to content

Commit

Permalink
Fix a few compiler warnings.
Browse files Browse the repository at this point in the history
In this change:
dba22bc
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 <[email protected]>
Reviewed-by: Giuseppe D'Angelo <[email protected]>
  • Loading branch information
tmartsum authored and Qt by Nokia committed Jul 13, 2012
1 parent d45bc23 commit a187fd9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sync.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a187fd9

Please sign in to comment.