From 791679c0d6ced13398109291155db7a7433e43b1 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 21 Feb 2016 17:05:26 +0100 Subject: Fixed build --- framework/mail/objecttreesource.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'framework/mail/objecttreesource.h') diff --git a/framework/mail/objecttreesource.h b/framework/mail/objecttreesource.h index 4823999f..db14e3ff 100644 --- a/framework/mail/objecttreesource.h +++ b/framework/mail/objecttreesource.h @@ -33,22 +33,22 @@ public: virtual ~ObjectTreeSource(); void setHtmlLoadExternal(bool loadExternal); void setHtmlMail(bool htmlMail); - bool htmlMail() Q_DECL_OVERRIDE; - bool decryptMessage() Q_DECL_OVERRIDE; - bool htmlLoadExternal() Q_DECL_OVERRIDE; - bool showSignatureDetails() Q_DECL_OVERRIDE; + bool htmlMail() const Q_DECL_OVERRIDE; + bool decryptMessage() const Q_DECL_OVERRIDE; + bool htmlLoadExternal() const Q_DECL_OVERRIDE; + bool showSignatureDetails() const Q_DECL_OVERRIDE; void setHtmlMode(MessageViewer::Util::HtmlMode mode) Q_DECL_OVERRIDE; void setAllowDecryption(bool allowDecryption); - int levelQuote() Q_DECL_OVERRIDE; + int levelQuote() const Q_DECL_OVERRIDE; const QTextCodec *overrideCodec() Q_DECL_OVERRIDE; QString createMessageHeader(KMime::Message *message) Q_DECL_OVERRIDE; const MessageViewer::AttachmentStrategy *attachmentStrategy() Q_DECL_OVERRIDE; MessageViewer::HtmlWriter *htmlWriter() Q_DECL_OVERRIDE; MessageViewer::CSSHelperBase *cssHelper() Q_DECL_OVERRIDE; QObject *sourceObject() Q_DECL_OVERRIDE; - bool autoImportKeys() Q_DECL_OVERRIDE; - bool showEmoticons() Q_DECL_OVERRIDE; - bool showExpandQuotesMark() Q_DECL_OVERRIDE; + bool autoImportKeys() const Q_DECL_OVERRIDE; + bool showEmoticons() const Q_DECL_OVERRIDE; + bool showExpandQuotesMark() const Q_DECL_OVERRIDE; private: ObjectSourcePrivate *const d; }; -- cgit v1.2.3