kmail
manageserversidesubscriptionjob.cpp
Go to the documentation of this file.
58 QDBusPendingCall call = iface.asyncCall( QLatin1String( "configureSubscription" ), (qlonglong)mParentWidget->winId() );
60 connect(watcher, SIGNAL(finished(QDBusPendingCallWatcher*)), this, SLOT(slotConfigureSubscriptionFinished(QDBusPendingCallWatcher*)));
64 void ManageServerSideSubscriptionJob::slotConfigureSubscriptionFinished(QDBusPendingCallWatcher* watcher)
69 KMessageBox::error(mParentWidget,i18n("IMAP server not configured yet. Please configure the server in the IMAP account before setting up server-side subscription."));
71 KMessageBox::error(mParentWidget,i18n("Log in failed, please configure the IMAP account before setting up server-side subscription."));
84 void ManageServerSideSubscriptionJob::setCurrentFolder(const QSharedPointer<MailCommon::FolderCollection> ¤tFolder)
ManageServerSideSubscriptionJob(QObject *parent=0)
Definition: manageserversidesubscriptionjob.cpp:28
void start()
Definition: manageserversidesubscriptionjob.cpp:40
void setParentWidget(QWidget *parentWidget)
Definition: manageserversidesubscriptionjob.cpp:79
WId winId() const
void deleteLater()
void setCurrentFolder(const QSharedPointer< MailCommon::FolderCollection > ¤tFolder)
Definition: manageserversidesubscriptionjob.cpp:84
bool isValid() const
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
~ManageServerSideSubscriptionJob()
Definition: manageserversidesubscriptionjob.cpp:35
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.