File indexing completed on 2025-01-05 04:00:15

0001 /* ============================================================
0002  *
0003  * This file is a part of digiKam project
0004  * https://www.digikam.org
0005  *
0006  * Date        : 2017-05-06
0007  * Description : utilities for digiKam setup
0008  *
0009  * SPDX-FileCopyrightText: 2017      by Simon Frei <freisim93 at gmail dot com>
0010  *
0011  * SPDX-License-Identifier: GPL-2.0-or-later
0012  *
0013  * ============================================================ */
0014 
0015 #ifndef DIGIKAM_SETUP_UTILS_H
0016 #define DIGIKAM_SETUP_UTILS_H
0017 
0018 // Qt includes
0019 
0020 #include <QStringList>
0021 #include <QString>
0022 
0023 namespace Digikam
0024 {
0025 
0026 QStringList cleanUserFilterString(QString filterString,
0027                                   const bool caseSensitive = false,
0028                                   const bool useSemicolon  = false);
0029 
0030 } // namespace Digikam
0031 
0032 #endif // DIGIKAM_SETUP_UTILS_H