DtkSystemSettings
dtk library for systemsettings.
载入中...
搜索中...
未找到
dtkaccounts_global.h
1
// SPDX-FileCopyrightText: 2022 Uniontech Software Technology Co., Ltd.
2
//
3
// SPDX-License-Identifier: LGPL-3.0-or-later
4
5
#define DTK_NAMESPACE Dtk
6
#define DACCOUNTS_NAMESPACE Accounts
7
#define DTK_ACCOUNTS_NAMESPACE DTK_NAMESPACE::DACCOUNTS_NAMESPACE
8
9
#define DACCOUNTS_USE_NAMESPACE using namespace DTK_ACCOUNTS_NAMESPACE;
10
11
#define DACCOUNTS_BEGIN_NAMESPACE \
12
namespace DTK_NAMESPACE { \
13
namespace DACCOUNTS_NAMESPACE {
14
15
#define DACCOUNTS_END_NAMESPACE \
16
} \
17
}
include
accounts
dtkaccounts_global.h
文档生成时间:2024-01-06-08:07 +00
Doxygen Version
1.9.7
制作者:deepin doc doc go SIG
文档使用CC-BY-4.0共享