forked from qt-creator/qt-creator
PlainTextEditor: Use info suppression for syntax highlighting
Remove specific setting for warning suppression and use the global one Change-Id: I1fe2b749d960283b8414cc5db5a5a7e9f20e7740 Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
28b9f0f3d6
commit
384b024c2e
@@ -98,9 +98,6 @@ public:
|
||||
bool reload(QString *errorString, QTextCodec *codec);
|
||||
void cleanWhitespace(const QTextCursor &cursor);
|
||||
|
||||
bool hasHighlightWarning() const;
|
||||
void setHighlightWarning(bool has);
|
||||
|
||||
signals:
|
||||
void titleChanged(QString title);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user