File indexing completed on 2024-04-28 03:51:52

0001 /*
0002     This file is part of the KDE Baloo Project
0003     SPDX-FileCopyrightText: 2015 Vishesh Handa <vhanda@kde.org>
0004 
0005     SPDX-License-Identifier: LGPL-2.1-or-later
0006 */
0007 
0008 #include "command.h"
0009 
0010 using namespace Baloo;
0011 
0012 Command::~Command()
0013 {
0014 }