mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 00:49:28 -05:00
Fix compilation bug with Qt4 caused by Q_DECL_OVERRIDE
This commit is contained in:
parent
5a8f74ce99
commit
bbebd6a5d7
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user