Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KPimTextEdit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
KPimTextEdit
Commits
9c2ebf2f
Commit
9c2ebf2f
authored
May 04, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make it compile against qt < 5.14
parent
f1b8dc07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/grantleebuilder/markupdirector.cpp
src/grantleebuilder/markupdirector.cpp
+1
-1
No files found.
src/grantleebuilder/markupdirector.cpp
View file @
9c2ebf2f
...
...
@@ -667,7 +667,7 @@ QSet<int> MarkupDirector::getElementsToClose(QTextBlock::iterator it) const
// End of block?. Close all open tags.
const
QList
<
int
>
openElement
=
d
->
m_openElements
;
#if QT_VERSION < QT_VERSION_CHECK(5, 1
2
, 0)
#if QT_VERSION < QT_VERSION_CHECK(5, 1
4
, 0)
auto
elementsToClose
=
d
->
m_openElements
.
toSet
();
#else
auto
elementsToClose
=
QSet
<
int
>
(
openElement
.
begin
(),
openElement
.
end
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment