forked from qt-creator/qt-creator
Clean exported headers of the CppTools plugin.
Change-Id: I0144ac33e88980c431c54a6d69bbde28da4b1967 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -31,18 +31,19 @@
|
||||
#ifndef SEMANTICHIGHLIGHTER_H
|
||||
#define SEMANTICHIGHLIGHTER_H
|
||||
|
||||
#include "cppsemanticinfo.h"
|
||||
#include "cpptools_global.h"
|
||||
|
||||
#include <texteditor/textdocument.h>
|
||||
#include <texteditor/semantichighlighter.h>
|
||||
|
||||
#include <QFutureWatcher>
|
||||
#include <QScopedPointer>
|
||||
#include <QTextEdit>
|
||||
#include <QTextCharFormat>
|
||||
|
||||
#include <functional>
|
||||
|
||||
namespace TextEditor {
|
||||
class HighlightingResult;
|
||||
class TextDocument;
|
||||
}
|
||||
|
||||
namespace CppTools {
|
||||
|
||||
class CPPTOOLS_EXPORT SemanticHighlighter : public QObject
|
||||
|
||||
Reference in New Issue
Block a user