[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [plasma-desktop] kcms/baloo: [Baloo KCM] Build fix. Missing opening brace. (silent)
From:       Andreas Hartmetz <null () kde ! org>
Date:       2018-09-27 18:01:38
Message-ID: E1g5aba-0003EB-Iu () code ! kde ! org
[Download RAW message or body]

Git commit b39d9ede8debc94bce16f11a9c50aedbbf80a445 by Andreas Hartmetz, on=
 behalf of James D. Smith.
Committed on 27/09/2018 at 16:33.
Pushed by ahartmetz into branch 'master'.

[Baloo KCM] Build fix. Missing opening brace.

GIT_SILENT

M  +1    -1    kcms/baloo/folderselectionwidget.cpp

https://commits.kde.org/plasma-desktop/b39d9ede8debc94bce16f11a9c50aedbbf80=
a445

diff --git a/kcms/baloo/folderselectionwidget.cpp b/kcms/baloo/folderselect=
ionwidget.cpp
index e85cb3f1..e8a4c5eb 100644
--- a/kcms/baloo/folderselectionwidget.cpp
+++ b/kcms/baloo/folderselectionwidget.cpp
@@ -121,7 +121,7 @@ void FolderSelectionWidget::setDirectoryList(QStringLis=
t includeDirs, QStringLis
         if (exclude.contains(mountPath))
             continue;
 =

-        if (!excludeList.contains(mountPath))
+        if (!excludeList.contains(mountPath)) {
             excludeList << mountPath;
         }
     }

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic