File indexing completed on 2024-05-05 16:09:04

0001 /*
0002     This file is part of the KFileMetaData project
0003     SPDX-FileCopyrightText: 2016 Varun Joshi <varunj.1011@gmail.com>
0004     SPDX-FileCopyrightText: 2016 Vishesh Handa <me@vhanda.in>
0005 
0006     SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
0007 */
0008 
0009 #include "writerplugin.h"
0010 
0011 
0012 using namespace KFileMetaData;
0013 
0014 WriterPlugin::WriterPlugin(QObject* parent): QObject(parent)
0015 {
0016 }
0017 
0018 WriterPlugin::~WriterPlugin()
0019 {
0020 }
0021 
0022 #include "moc_writerplugin.cpp"