Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Gwenview
Commits
a5836f1d
Commit
a5836f1d
authored
Feb 17, 2022
by
Laurent Montel
😁
Browse files
Check unused now as we depend against kf5.90
parent
cceee6e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a5836f1d
...
...
@@ -85,11 +85,6 @@ find_package(KF5 ${KF5_MIN_VERSION} OPTIONAL_COMPONENTS
add_definitions
(
-DQT_NO_FOREACH
)
message
(
STATUS
${
KF5KIO_VERSION
}
)
if
(
KF5KIO_VERSION VERSION_GREATER_EQUAL
"5.82.0"
)
add_definitions
(
-DKIO_REQUEST_MIMETYPE
)
endif
()
## Dependencies
find_package
(
JPEG
)
set_package_properties
(
JPEG PROPERTIES URL
"http://libjpeg.sourceforge.net/"
DESCRIPTION
"JPEG image manipulation support"
TYPE REQUIRED
)
...
...
lib/semanticinfo/sorteddirmodel.cpp
View file @
a5836f1d
...
...
@@ -79,9 +79,7 @@ SortedDirModel::SortedDirModel(QObject *parent)
#endif
setSourceModel
(
d
->
mSourceModel
);
#ifdef KIO_REQUEST_MIMETYPE
d
->
mSourceModel
->
dirLister
()
->
setRequestMimeTypeWhileListing
(
true
);
#endif
d
->
mDelayedApplyFiltersTimer
.
setInterval
(
0
);
d
->
mDelayedApplyFiltersTimer
.
setSingleShot
(
true
);
...
...
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