forked from qt-creator/qt-creator
SyntaxHighlighter: Update to latest master
Adapt the respective include inside the TextEditor. Change-Id: Ie3cb17f1b0e3c0639840bc135156edd354a0aeda Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
1
src/libs/3rdparty/syntax-highlighting/autogenerated/src/lib/DefinitionDownloader
vendored
Normal file
1
src/libs/3rdparty/syntax-highlighting/autogenerated/src/lib/DefinitionDownloader
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
#include "definitiondownloader.h"
|
@@ -16,6 +16,7 @@ Project {
|
|||||||
files: [
|
files: [
|
||||||
"AbstractHighlighter",
|
"AbstractHighlighter",
|
||||||
"Definition",
|
"Definition",
|
||||||
|
"DefinitionDownloader",
|
||||||
"FoldingRegion",
|
"FoldingRegion",
|
||||||
"Format",
|
"Format",
|
||||||
"Repository",
|
"Repository",
|
||||||
|
@@ -25,7 +25,6 @@
|
|||||||
|
|
||||||
#include "highlighter.h"
|
#include "highlighter.h"
|
||||||
|
|
||||||
#include "definitiondownloader.h"
|
|
||||||
#include "highlightersettings.h"
|
#include "highlightersettings.h"
|
||||||
#include "textdocumentlayout.h"
|
#include "textdocumentlayout.h"
|
||||||
#include "texteditorsettings.h"
|
#include "texteditorsettings.h"
|
||||||
@@ -34,6 +33,7 @@
|
|||||||
#include <coreplugin/messagemanager.h>
|
#include <coreplugin/messagemanager.h>
|
||||||
#include <utils/mimetypes/mimedatabase.h>
|
#include <utils/mimetypes/mimedatabase.h>
|
||||||
|
|
||||||
|
#include <DefinitionDownloader>
|
||||||
#include <Format>
|
#include <Format>
|
||||||
#include <Repository>
|
#include <Repository>
|
||||||
#include <SyntaxHighlighter>
|
#include <SyntaxHighlighter>
|
||||||
|
Reference in New Issue
Block a user