src/gui/kernel/qaction.cpp
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
--- a/src/gui/kernel/qaction.cpp	Mon Jun 21 22:38:13 2010 +0100
+++ b/src/gui/kernel/qaction.cpp	Thu Jul 22 16:41:55 2010 +0100
@@ -81,6 +81,7 @@
 
 QActionPrivate::QActionPrivate() : group(0), enabled(1), forceDisabled(0),
                                    visible(1), forceInvisible(0), checkable(0), checked(0), separator(0), fontSet(false),
+                                   forceEnabledInSoftkeys(false), menuActionSoftkeys(false),
                                    menuRole(QAction::TextHeuristicRole), softKeyRole(QAction::NoSoftKey),
                                    priority(QAction::NormalPriority), iconVisibleInMenu(-1)
 {