File indexing completed on 2024-06-23 05:18:29

0001 /*
0002    SPDX-FileCopyrightText: 2020 Daniel Vrátil <dvratil@kde.org>
0003 
0004    SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #pragma once
0008 
0009 #include "messagecomposer_export.h"
0010 
0011 namespace MessageComposer
0012 {
0013 namespace FollowUpReminder
0014 {
0015 [[nodiscard]] MESSAGECOMPOSER_EXPORT bool isAvailableAndEnabled();
0016 }
0017 }