Krita Source Code Documentation
Loading...
Searching...
No Matches
KisQStringListFwd.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2024 Halla Rempt <halla@valdyas.org>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef KISQSTRINGLISTFWD_H
7#define KISQSTRINGLISTFWD_H
8
9#include <QtGlobal>
10
11#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
12class QStringList;
13#else
14class QString;
15class QByteArray;
16template <typename T> class QList;
17template<typename T> using QVector = QList<T>;
20#endif
21
22#endif // KISQSTRINGLISTFWD_H