[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:       James D. Smith <null () kde ! org>
Date:       2018-05-26 2:09:51
Message-ID: E1fMOeV-0000zL-NA () code ! kde ! org
[Download RAW message or body]

Git commit 24f0b27c223ac199c1838f3f5a9cfc57eeccc650 by James D. Smith.
Committed on 26/05/2018 at 02:09.
Pushed by smithjd 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/24f0b27c223ac199c1838f3f5a9cfc57eecc=
c650

diff --git a/kcms/baloo/folderselectionwidget.cpp b/kcms/baloo/folderselect=
ionwidget.cpp
index 08ad743d..76caa8b0 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