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
Spectacle
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
5
Merge Requests
5
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
Graphics
Spectacle
Commits
9d7d1a64
Commit
9d7d1a64
authored
Dec 10, 2020
by
David Redondo
🏎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dead code variant
We require KF 5.73 currently
parent
64dac2b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
src/ExportManager.cpp
src/ExportManager.cpp
+0
-4
No files found.
src/ExportManager.cpp
View file @
9d7d1a64
...
...
@@ -455,11 +455,7 @@ bool ExportManager::isFileExists(const QUrl &url) const
if
(
!
(
url
.
isValid
()))
{
return
false
;
}
#if KIO_VERSION < QT_VERSION_CHECK(5, 69, 0)
KIO
::
StatJob
*
existsJob
=
KIO
::
stat
(
url
,
KIO
::
StatJob
::
DestinationSide
,
0
);
#else
KIO
::
StatJob
*
existsJob
=
KIO
::
statDetails
(
url
,
KIO
::
StatJob
::
DestinationSide
,
KIO
::
StatNoDetails
);
#endif
existsJob
->
exec
();
...
...
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