equal
deleted
inserted
replaced
127 MemSpySwmtDumpTracker* tracker = mEngine.createSwmtDumpTracker(); |
127 MemSpySwmtDumpTracker* tracker = mEngine.createSwmtDumpTracker(); |
128 connect(tracker, SIGNAL(finished(int)), this, SLOT(asyncOperationFinished(int))); |
128 connect(tracker, SIGNAL(finished(int)), this, SLOT(asyncOperationFinished(int))); |
129 |
129 |
130 mProgressDialog = new HbProgressDialog(HbProgressDialog::WaitDialog); |
130 mProgressDialog = new HbProgressDialog(HbProgressDialog::WaitDialog); |
131 mProgressDialog->setText(tr("Please wait...")); |
131 mProgressDialog->setText(tr("Please wait...")); |
132 mProgressDialog->setPrimaryAction(0); |
132 mProgressDialog->removeAction(mProgressDialog->actions().at(0)); |
133 mProgressDialog->show(); |
133 mProgressDialog->show(); |
134 |
134 |
135 tracker->start(); |
135 tracker->start(); |
136 } |
136 } |
137 |
137 |