File indexing completed on 2024-12-29 04:50:59

0001 /*
0002     SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #pragma once
0008 
0009 #include <config-kitinerary.h>
0010 #include <qglobal.h>
0011 
0012 #if KPOPPLER_VERSION >= QT_VERSION_CHECK(0, 82, 0)
0013 using PopplerMaskColors = const int;
0014 #else
0015 using PopplerMaskColors = int;
0016 #endif