You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
396 B
19 lines
396 B
/* |
|
SPDX-FileCopyrightText: 2013-2020 Laurent Montel <montel@kde.org> |
|
|
|
SPDX-License-Identifier: GPL-2.0-or-later |
|
*/ |
|
|
|
#ifndef SENDLATERUTIL_P_H |
|
#define SENDLATERUTIL_P_H |
|
|
|
#include <QDateTime> |
|
|
|
namespace SendLater { |
|
class SendLaterInfo; |
|
|
|
namespace SendLaterUtil { |
|
Q_REQUIRED_RESULT QDateTime updateRecurence(SendLater::SendLaterInfo *info, QDateTime dateTime); |
|
} |
|
} |
|
#endif // SENDLATERUTIL_P_H
|
|
|