Warning, file /utilities/kdebugsettings/src/libkdebugsettings_private_export.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /* This file is part of the KDE project 0002 SPDX-FileCopyrightText: 2019-2023 Laurent Montel <montel@kde.org> 0003 0004 SPDX-License-Identifier: LGPL-2.0-or-later 0005 */ 0006 0007 #pragma once 0008 0009 #include "libkdebugsettings_export.h" 0010 0011 /* Classes which are exported only for unit tests */ 0012 #ifdef BUILD_TESTING 0013 #ifndef LIBKDEBUGSETTINGS_EXPORT_TEST_EXPORT 0014 #define LIBKDEBUGSETTINGS_EXPORT_TEST_EXPORT LIBKDEBUGSETTINGS_EXPORT 0015 #endif 0016 #else /* not compiling tests */ 0017 #define LIBKDEBUGSETTINGS_EXPORT_TEST_EXPORT 0018 #endif