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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/unsupported/mail2/composer.h b/noncore/unsupported/mail2/composer.h
index a1af121..2640d7e 100644
--- a/noncore/unsupported/mail2/composer.h
+++ b/noncore/unsupported/mail2/composer.h
@@ -28,2 +28,6 @@ public:
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);
29 ~Composer();
30
31 void hide();
32 void exec();
29 33
@@ -47,2 +51,3 @@ protected:
47private: 51private:
52 bool _inLoop;
48 QString _inReplyTo; 53 QString _inReplyTo;