MauiKit Image Tools

modules/metadata/imagemetadata.h
1// <one line to give the program's name and a brief idea of what it does.>
2// SPDX-FileCopyrightText: 2022 <copyright holder> <email>
3// SPDX-License-Identifier: GPL-3.0-or-later
4
5#pragma once
6#include <QObject>
7/**
8 * @todo write docs
9 */
10class ImageMetadata : public QObject
11{
13
14public:
15 explicit ImageMetadata(QObject *parent = nullptr);
16};
17
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:53:30 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.