Baloo

indexcommand.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_INDEXCOMMAND_H
10#define BALOO_INDEXCOMMAND_H
11
12#include <QTextStream>
13
14namespace Baloo
15{
16
17class IndexCommand : public Command
18{
19public:
20 QString command() override;
21 QString description() override;
22 int exec(const QCommandLineParser &parser) override;
23};
24}
25
26#endif // BALOO_INDEXCOMMAND_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.