Baloo

clearcommand.h
1/*
2 This file is part of the KDE Baloo Project
3 SPDX-FileCopyrightText: 2015 Pinak Ahuja <pinak.ahuja@gmail.com>
4 SPDX-FileCopyrightText: 2015 Vishesh Handa <vhanda@kde.org>
5
6 SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
7*/
8
9#ifndef BALOO_CLEARCOMMAND_H
10#define BALOO_CLEARCOMMAND_H
11
12namespace Baloo
13{
14
15class ClearCommand : public Command
16{
17public:
18 QString command() override;
19 QString description() override;
20 int exec(const QCommandLineParser &parser) override;
21};
22}
23
24#endif // BALOO_CLEARCOMMAND_H
Implements storage for docIds without any associated data Instantiated for:
Definition coding.cpp:11
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Dec 21 2024 16:56:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.