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:
Orgad Shaneh
2012-11-13 23:19:26 +02:00
committed by Orgad Shaneh
parent 28b9f0f3d6
commit 384b024c2e
9 changed files with 13 additions and 67 deletions

View File

@@ -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);