src/hbcore/gui/hbpopup_p.h
changeset 6 c3690ec91ef8
parent 5 627c4a0fd0e7
child 7 923ff622b8b9
--- a/src/hbcore/gui/hbpopup_p.h	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbcore/gui/hbpopup_p.h	Wed Jun 23 18:33:25 2010 +0300
@@ -110,6 +110,7 @@
     QByteArray memberToDisconnectOnClose;
     qreal mScreenMargin;
     bool mAutoLayouting;
+    bool mOriginalAutoLayouting;
 
 public:
 #ifdef HB_EFFECTS
@@ -147,7 +148,6 @@
     friend class HbPopupManagerPrivate;
     friend class HbPopupLayoutProxy;
     friend class HbDeviceDialogManagerPrivate;
-
     // To be able to unit test private features
     friend class TestHbPopup;