summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mailit/readmail.h
Side-by-side diff
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
@@ -47,5 +47,6 @@ public:
signals:
void cancelView();
- void replyRequested(Email &);
+ void replyRequested(Email &, bool &);
+ void forwardRequested(Email&);
void removeItem(EmailListItem *, bool &);
void viewingMail(Email *);
@@ -59,4 +60,5 @@ public slots:
void viewAttatchments();
void reply();
+ void forward();
private:
@@ -82,4 +84,5 @@ private:
QAction *previousButton;
QAction *replyButton;
+ QAction *forwardButton;
};