Fix compilation bug with Qt4 caused by Q_DECL_OVERRIDE

This commit is contained in:
hunbernd 2015-12-07 02:49:56 +01:00
parent 5a8f74ce99
commit bbebd6a5d7

View File

@ -13,7 +13,7 @@ public:
RsSyntaxHighlighter(QTextEdit *parent = 0); RsSyntaxHighlighter(QTextEdit *parent = 0);
protected: protected:
void highlightBlock(const QString &text) Q_DECL_OVERRIDE; void highlightBlock(const QString &text);
private: private:
QTextCharFormat quotationFormat; QTextCharFormat quotationFormat;