Krita Source Code Documentation
Loading...
Searching...
No Matches
KisSizeOptionData.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef KISSIZEOPTIONDATA_H
7#define KISSIZEOPTIONDATA_H
8
11
13{
14 KisSizeOptionData(const QString &prefix = QString());
15 KisPaintopLodLimitations lodLimitations() const;
16};
17
18#endif // KISSIZEOPTIONDATA_H