src/hbwidgets/popups/hbmessagebox_p.h
changeset 6 c3690ec91ef8
parent 2 06ff229162e9
child 7 923ff622b8b9
--- a/src/hbwidgets/popups/hbmessagebox_p.h	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbwidgets/popups/hbmessagebox_p.h	Wed Jun 23 18:33:25 2010 +0300
@@ -28,7 +28,8 @@
 
 #include <hbmessagebox.h>
 #include "hbdialog_p.h"
-
+#include <hbaction.h>
+#include <QMap>
 class HbMessageBoxContentWidget;
 
 class HbMessageBoxPrivate : public HbDialogPrivate
@@ -44,8 +45,10 @@
     HbMessageBoxContentWidget *mMessageBoxContentWidget;
     HbMessageBox::MessageBoxType mMessageBoxType;
   	bool mIconVisible;
+    QMap <HbAction* , HbMessageBox::StandardButton> mActionList;
+    HbMessageBox::StandardButtons mStandardButtons;
 public slots:
-    void _q_closeOnGesture();
+    void _q_buttonClicked();
 };
 
 #endif // HB_MESSAGEBOX_P_H