Fix a KDirWatch warning

wilder-5.22
Méven Car 6 years ago committed by David Edmundson
parent 0a0e26d316
commit e389479ec8
  1. 2
      wallpapers/image/backgroundlistmodel.cpp

@ -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.addFile(b.path());
m_dirwatch.addDir(b.path());
}
}

Loading…
Cancel
Save