summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mailit/readmail.h
Unidiff
Diffstat (limited to 'noncore/unsupported/mailit/readmail.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mailit/readmail.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/noncore/unsupported/mailit/readmail.h b/noncore/unsupported/mailit/readmail.h
index d0bb067..0fe0646 100644
--- a/noncore/unsupported/mailit/readmail.h
+++ b/noncore/unsupported/mailit/readmail.h
@@ -48,3 +48,4 @@ signals:
48 void cancelView(); 48 void cancelView();
49 void replyRequested(Email &); 49 void replyRequested(Email &, bool &);
50 void forwardRequested(Email&);
50 void removeItem(EmailListItem *, bool &); 51 void removeItem(EmailListItem *, bool &);
@@ -60,2 +61,3 @@ public slots:
60 void reply(); 61 void reply();
62 void forward();
61 63
@@ -83,2 +85,3 @@ private:
83 QAction *replyButton; 85 QAction *replyButton;
86 QAction *forwardButton;
84}; 87};