dtknotifications
notification development tool kit
dtknotification_global.h
1// SPDX-FileCopyrightText: 2022 Uniontech Software Technology Co., Ltd.
2//
3// SPDX-License-Identifier: LGPL-3.0-or-later
4
5#define DNOTIFICATIONS_NAMESPACE Dtk::Notifications
6
7#define DNOTIFICATIONS_USE_NAMESPACE using namespace DNOTIFICATIONS_NAMESPACE;
8
9#define DNOTIFICATIONS_BEGIN_NAMESPACE namespace Dtk { namespace Notifications {
10
11#define DNOTIFICATIONS_END_NAMESPACE }}