digiKam
Loading...
Searching...
No Matches
removedoublesmodifier.h
Go to the documentation of this file.
1/* ============================================================
2 *
3 * This file is a part of digiKam project
4 * https://www.digikam.org
5 *
6 * Date : 2010-08-08
7 * Description : a modifier for deleting duplicate words
8 *
9 * SPDX-FileCopyrightText: 2009-2012 by Andi Clemens <andi dot clemens at gmail dot com>
10 *
11 * SPDX-License-Identifier: GPL-2.0-or-later
12 *
13 * ============================================================ */
14
15#pragma once
16
17// Local includes
18
19#include "modifier.h"
20#include "ruledialog.h"
21
22namespace Digikam
23{
24
26{
27 Q_OBJECT
28
29public:
30
32 QString parseOperation(ParseSettings& settings, const QRegularExpressionMatch& match) override;
33
34private:
35
36 // Disable
37 explicit RemoveDoublesModifier(QObject*) = delete;
39 RemoveDoublesModifier& operator=(const RemoveDoublesModifier&) = delete;
40};
41
42} // namespace Digikam
Definition modifier.h:25
Definition parsesettings.h:33
Definition removedoublesmodifier.h:26
RemoveDoublesModifier()
Definition removedoublesmodifier.cpp:31
QString parseOperation(ParseSettings &settings, const QRegularExpressionMatch &match) override
Definition removedoublesmodifier.cpp:43
Definition datefolderview.cpp:34