Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
KPMCore
Commits
1c87b494
Commit
1c87b494
authored
Feb 06, 2022
by
Andrius Štikonas
Browse files
Add a node for Qt6.
parent
fd7f9b87
Pipeline
#134153
passed with stage
in 1 minute and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/util/externalcommandhelper.cpp
View file @
1c87b494
...
...
@@ -323,6 +323,7 @@ bool ExternalCommandHelper::WriteData(const QByteArray& buffer, const QString& t
}
auto
canonicalTargetPath
=
std
::
filesystem
::
canonical
(
targetPath
);
// TODO: Qt6 supports std::filesystem::path
QFile
device
(
QLatin1String
(
canonicalTargetPath
.
c_str
()));
return
writeData
(
device
,
buffer
,
targetOffset
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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