File indexing completed on 2025-01-19 04:46:45
0001 /* This file is part of the KDE project 0002 SPDX-FileCopyrightText: 2021-2024 Laurent Montel <montel@kde.org> 0003 0004 SPDX-License-Identifier: LGPL-2.0-or-later 0005 */ 0006 #pragma once 0007 0008 #include "mailmerge_export.h" 0009 0010 /* Classes which are exported only for unit tests */ 0011 #ifdef BUILD_TESTING 0012 #ifndef MAILMERGEPRIVATE_TESTS_EXPORT 0013 #define MAILMERGEPRIVATE_TESTS_EXPORT MAILMERGE_EXPORT 0014 #endif 0015 #else /* not compiling tests */ 0016 #define MAILMERGEPRIVATE_TESTS_EXPORT 0017 #endif