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))
12
class
QStringList
;
13
#else
14
class
QString;
15
class
QByteArray;
16
template
<
typename
T>
class
QList
;
17
template
<
typename
T>
using
QVector
=
QList<T>
;
18
using
QStringList
=
QList<QString>
;
19
using
QByteArrayList
=
QList<QByteArray>
;
20
#endif
21
22
#endif
// KISQSTRINGLISTFWD_H
QList< QString >
libs
global
KisQStringListFwd.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52