src/hbwidgets/popups/hbmessagebox_p.h
changeset 21 4633027730f5
parent 7 923ff622b8b9
child 23 e6ad4ef83b23
equal deleted inserted replaced
7:923ff622b8b9 21:4633027730f5
    46     HbMessageBoxContentWidget *mMessageBoxContentWidget;
    46     HbMessageBoxContentWidget *mMessageBoxContentWidget;
    47     HbMessageBox::MessageBoxType mMessageBoxType;
    47     HbMessageBox::MessageBoxType mMessageBoxType;
    48   	bool mIconVisible;
    48   	bool mIconVisible;
    49     QMap <HbAction* , HbMessageBox::StandardButton> mActionList;
    49     QMap <HbAction* , HbMessageBox::StandardButton> mActionList;
    50     HbMessageBox::StandardButtons mStandardButtons;
    50     HbMessageBox::StandardButtons mStandardButtons;
       
    51 	QString mBoxText;
    51 public slots:
    52 public slots:
    52     void _q_buttonClicked();
    53     void _q_buttonClicked();
    53 };
    54 };
    54 
    55 
    55 #endif // HB_MESSAGEBOX_P_H
    56 #endif // HB_MESSAGEBOX_P_H