Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_xmp_plugin.h
Go to the documentation of this file.
1/*
2 * This file is part of Krita
3 *
4 * SPDX-FileCopyrightText: 2021 L. E. Segovia <amy@amyspark.me>
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8
9#ifndef _KIS_XMP_PLUGIN_H_
10#define _KIS_XMP_PLUGIN_H_
11
12#include <QObject>
13
14class KisXmpPlugin : public QObject
15{
16 Q_OBJECT
17public:
18 KisXmpPlugin(QObject *parent, const QVariantList &);
19 ~KisXmpPlugin() override;
20};
21
22#endif // _KIS_IPTC_PLUGIN_H_
~KisXmpPlugin() override
KisXmpPlugin(QObject *parent, const QVariantList &)