diff -r ef0373b55136 -r 758a864f9613 src/gui/kernel/qaction_p.h --- a/src/gui/kernel/qaction_p.h Fri Sep 17 08:34:18 2010 +0300 +++ b/src/gui/kernel/qaction_p.h Mon Oct 04 01:19:32 2010 +0300 @@ -112,11 +112,11 @@ //for soft keys management uint forceEnabledInSoftkeys : 1; uint menuActionSoftkeys : 1; + int iconVisibleInMenu : 3; // Only has values -1, 0, and 1 - QAction::MenuRole menuRole : 3; - QAction::SoftKeyRole softKeyRole : 2; - QAction::Priority priority : 14; - int iconVisibleInMenu : 3; // Only has values -1, 0, and 1 + QAction::MenuRole menuRole; + QAction::SoftKeyRole softKeyRole; + QAction::Priority priority; QList widgets; #ifndef QT_NO_GRAPHICSVIEW