| 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 | |
| 10 | using namespace Baloo; |
| 11 | |
| 12 | Command::~Command() |
| 13 | { |
| 14 | } |
| 15 |
