File indexing completed on 2024-06-23 05:08:43

0001 /*
0002     SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 // list all headers here that have no .cpp file
0008 // this only serves as a guarantee that these headers actually compile
0009 #include "jniargument.h"
0010 #include "jniarray.h"
0011 #include "jnimethod.h"
0012 #include "jniobject.h"
0013 #include "jnipp.h"
0014 #include "jniprimitivetypes.h"
0015 #include "jniproperty.h"
0016 #include "jnireturnvalue.h"
0017 #include "jnisignature.h"
0018 #include "jnitypes.h"
0019 #include "jnitypetraits.h"