diff options
Diffstat (limited to 'framework/mail/composer.h')
-rw-r--r-- | framework/mail/composer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/framework/mail/composer.h b/framework/mail/composer.h index ee38187f..dd066b2e 100644 --- a/framework/mail/composer.h +++ b/framework/mail/composer.h | |||
@@ -24,6 +24,10 @@ | |||
24 | #include <QStringList> | 24 | #include <QStringList> |
25 | #include <QVariant> | 25 | #include <QVariant> |
26 | 26 | ||
27 | namespace KMime { | ||
28 | class Message; | ||
29 | } | ||
30 | |||
27 | class Composer : public QObject | 31 | class Composer : public QObject |
28 | { | 32 | { |
29 | Q_OBJECT | 33 | Q_OBJECT |
@@ -76,6 +80,7 @@ public slots: | |||
76 | void clear(); | 80 | void clear(); |
77 | 81 | ||
78 | private: | 82 | private: |
83 | QSharedPointer<KMime::Message> assembleMessage(); | ||
79 | QString m_to; | 84 | QString m_to; |
80 | QString m_cc; | 85 | QString m_cc; |
81 | QString m_bcc; | 86 | QString m_bcc; |