author | zecke <zecke> | 2004-10-23 21:37:40 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-10-23 21:37:40 (UTC) |
commit | cbcdbc9d68e493a4229b24a57075d617ae99ca70 (patch) (unidiff) | |
tree | ff662c5fdd6c39a0b77e0ab5dd354948c168701c | |
parent | b3d4cb2af9cd4b3a56b581ba89a4c9fa0d9312af (diff) | |
download | opie-cbcdbc9d68e493a4229b24a57075d617ae99ca70.zip opie-cbcdbc9d68e493a4229b24a57075d617ae99ca70.tar.gz opie-cbcdbc9d68e493a4229b24a57075d617ae99ca70.tar.bz2 |
Declare the setDocument slot as well to unbreak compilation
-rw-r--r-- | noncore/net/mail/opiemail.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/net/mail/opiemail.h b/noncore/net/mail/opiemail.h index 3d25b3d..c9d758d 100644 --- a/noncore/net/mail/opiemail.h +++ b/noncore/net/mail/opiemail.h | |||
@@ -21,4 +21,6 @@ public slots: | |||
21 | virtual void slotComposeMail(); | 21 | virtual void slotComposeMail(); |
22 | virtual void appMessage(const QCString &msg, const QByteArray &data); | 22 | virtual void appMessage(const QCString &msg, const QByteArray &data); |
23 | void setDocument(const QString&); | ||
24 | |||
23 | protected slots: | 25 | protected slots: |
24 | virtual void slotSendQueued(); | 26 | virtual void slotSendQueued(); |