Fix signal/Slot

wilder-work
Montel Laurent 11 years ago
parent b336cd567c
commit 3df0db0bed
  1. 2
      kmcommands.cpp

@ -324,7 +324,7 @@ void KMCommand::transferSelectedMsgs()
} else {
// wait for the transfer and tell the progressBar the necessary steps
if (mProgressDialog.data()) {
connect(mProgressDialog.data(), SIGNAL(cancelClicked()),
connect(mProgressDialog.data(), SIGNAL(canceled()),
this, SLOT(slotTransferCancelled()));
mProgressDialog.data()->setMaximum(totalSize);
}

Loading…
Cancel
Save