summaryrefslogtreecommitdiffstats
path: root/src/messaging/modestengine_maemo_p.h
diff options
context:
space:
mode:
authorMarko Minkkinen <marko.minkkinen@digia.com>2010-02-26 12:47:46 +0200
committerMarko Minkkinen <marko.minkkinen@digia.com>2010-02-26 12:47:46 +0200
commit00ab493f0332420cf6faa8e25b53175d6d8e8d1a (patch)
tree6afd2f3a2e0306a2e6cd0d9c87a0ffbd52798d80 /src/messaging/modestengine_maemo_p.h
parentad0428ffc7b93759a720f4b2d2c9300adcfa6085 (diff)
Make the sendEmail call async
Diffstat (limited to 'src/messaging/modestengine_maemo_p.h')
-rw-r--r--src/messaging/modestengine_maemo_p.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/messaging/modestengine_maemo_p.h b/src/messaging/modestengine_maemo_p.h
index 78d9eee2d2..adf915eb4d 100644
--- a/src/messaging/modestengine_maemo_p.h
+++ b/src/messaging/modestengine_maemo_p.h
@@ -109,6 +109,11 @@ private:
void updateEmailAccounts() const;
+private slots:
+
+ // Async D-BUS call ended
+ void sendEmailCallEnded(QDBusPendingCallWatcher *watcher);
+
private: //Data
GConfClient *m_gconfclient;
QDBusInterface *m_ModestDBusInterface;