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
Plasma
Plasma Workspace
Commits
e389479e
Commit
e389479e
authored
Oct 06, 2020
by
Méven Car
Committed by
David Edmundson
Oct 07, 2020
Browse files
Fix a KDirWatch warning
parent
0a0e26d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
wallpapers/image/backgroundlistmodel.cpp
View file @
e389479e
...
...
@@ -189,7 +189,7 @@ void BackgroundListModel::processPaths(const QStringList &paths)
// add new files to dirwatch
Q_FOREACH
(
const
KPackage
::
Package
&
b
,
newPackages
)
{
if
(
!
m_dirwatch
.
contains
(
b
.
path
()))
{
m_dirwatch
.
add
File
(
b
.
path
());
m_dirwatch
.
add
Dir
(
b
.
path
());
}
}
...
...
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