videocollection/tsrc/stubs/src/hbdialog.cpp
changeset 40 13331705e488
parent 36 8aed59de29f9
child 63 4707a0db12f6
--- a/videocollection/tsrc/stubs/src/hbdialog.cpp	Fri May 28 09:45:19 2010 +0300
+++ b/videocollection/tsrc/stubs/src/hbdialog.cpp	Fri Jun 11 09:44:20 2010 +0300
@@ -24,6 +24,7 @@
 bool HbDialog::execReturnPrimary = true;
 bool HbDialog::primaryReturnNull = false;
 bool HbDialog::secondaryReturnNull = false;
+int HbDialog::openAmount = 0;
 
 HbDialog::HbDialog(QGraphicsItem *parent) :
 HbWidget(parent),
@@ -50,6 +51,7 @@
 
 void HbDialog::open( QObject* receiver, const char* member)
 {
+    openAmount++;
     if(receiver && member)
     {
         connect(this, SIGNAL(finished(HbAction*)), receiver, SLOT(member));