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:
Christian Stenger
2019-03-04 09:12:20 +01:00
parent c6b6a6a077
commit 6aed8223a9
3 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1 @@
#include "definitiondownloader.h"

View File

@@ -16,6 +16,7 @@ Project {
files: [
"AbstractHighlighter",
"Definition",
"DefinitionDownloader",
"FoldingRegion",
"Format",
"Repository",

View File

@@ -25,7 +25,6 @@
#include "highlighter.h"
#include "definitiondownloader.h"
#include "highlightersettings.h"
#include "textdocumentlayout.h"
#include "texteditorsettings.h"
@@ -34,6 +33,7 @@
#include <coreplugin/messagemanager.h>
#include <utils/mimetypes/mimedatabase.h>
#include <DefinitionDownloader>
#include <Format>
#include <Repository>
#include <SyntaxHighlighter>