From fa581423c0ffcf35cbc403645e2131e84342dae4 Mon Sep 17 00:00:00 2001 From: alwin Date: Wed, 24 Dec 2003 02:00:34 +0000 Subject: ah, ok. I found the trick or better I found what I forgot :) Means: When sending mail a progress dialog comes up. --- (limited to 'noncore/net/mail/libmailwrapper/sendmailprogress.cpp') diff --git a/noncore/net/mail/libmailwrapper/sendmailprogress.cpp b/noncore/net/mail/libmailwrapper/sendmailprogress.cpp index 13ddd37..ef22750 100644 --- a/noncore/net/mail/libmailwrapper/sendmailprogress.cpp +++ b/noncore/net/mail/libmailwrapper/sendmailprogress.cpp @@ -4,7 +4,7 @@ #include progressMailSend::progressMailSend(QWidget*parent, const char * name) - :progressMailSendUI(parent,name,false),m_current_mail(0),m_current_single(0),m_max_mail(0),m_max_single(0) + :progressMailSendUI(parent,name,true),m_current_mail(0),m_current_single(0),m_max_mail(0),m_max_single(0) { } @@ -43,6 +43,6 @@ void progressMailSend::setSingle() void progressMailSend::setMails() { - QString text = QString(tr("Sending mail %1 of %2")).arg(m_current_single+1).arg(m_max_single); + QString text = QString(tr("Sending mail %1 of %2")).arg(m_current_mail+1).arg(m_max_mail); allMailLabel->setText(text); } -- cgit v0.9.0.2