summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/composer.h
Unidiff
Diffstat (limited to 'noncore/unsupported/mail2/composer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/composer.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/noncore/unsupported/mail2/composer.h b/noncore/unsupported/mail2/composer.h
index 2640d7e..00235bf 100644
--- a/noncore/unsupported/mail2/composer.h
+++ b/noncore/unsupported/mail2/composer.h
@@ -27,3 +27,3 @@ class Composer : public ComposerBase
27public: 27public:
28 Composer(QWidget *parent = 0, const char *name = 0, WFlags fl = Qt::WType_Modal); 28 Composer(QWidget *parent = 0, const char *name = 0, WFlags fl = Qt::WType_Modal, bool sendQueue = false);
29 ~Composer(); 29 ~Composer();
@@ -35,2 +35,5 @@ public:
35 35
36public slots:
37 void slotSendQueued();
38
36protected slots: 39protected slots:
@@ -38,2 +41,3 @@ protected slots:
38 void slotSendMail(); 41 void slotSendMail();
42 void slotQueueMail();
39 void slotSendError(const QString &); 43 void slotSendError(const QString &);
@@ -51,2 +55,3 @@ protected:
51private: 55private:
56 bool _sendQueued;
52 bool _inLoop; 57 bool _inLoop;