--- a/src/hbwidgets/popups/hbmessagebox_p.h Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbwidgets/popups/hbmessagebox_p.h Mon Oct 18 18:23:13 2010 +0300
@@ -41,13 +41,16 @@
~HbMessageBoxPrivate();
void init();
- void _q_appearEffectEnded(HbEffect::EffectStatus status);
+#ifdef HB_EFFECTS
+ void _q_appearEffectEnded(HbEffect::EffectStatus status);
+#endif
HbIcon mIcon;
HbMessageBoxContentWidget *mMessageBoxContentWidget;
HbMessageBox::MessageBoxType mMessageBoxType;
- bool mIconVisible;
+ bool mIconVisible;
QMap <HbAction* , HbMessageBox::StandardButton> mActionList;
HbMessageBox::StandardButtons mStandardButtons;
+ QString mBoxText;
public slots:
void _q_buttonClicked();
};