1/*
2 This file is part of the KDE Baloo Project
3 SPDX-FileCopyrightText: 2015 Vishesh Handa <vhanda@kde.org>
4
5 SPDX-License-Identifier: LGPL-2.1-or-later
6*/
7
8#include "command.h"
9
10using namespace Baloo;
11
12Command::~Command()
13{
14}
15

source code of baloo/src/tools/balooctl/command.cpp