DtkSystemSettings
dtk library for systemsettings.
载入中...
搜索中...
未找到
dtklogin_global.h
1
// SPDX-FileCopyrightText: 2022 UnionTech Software Technology Co., Ltd.
2
//
3
// SPDX-License-Identifier: LGPL-3.0-or-later
4
#define DTK_NAMESPACE Dtk
5
#define DLOGIN_NAMESPACE Login
6
#define DTK_LOGIN_NAMESPACE DTK_NAMESPACE::DLOGIN_NAMESPACE
7
8
#define DLOGIN_USE_NAMESPACE using namespace DTK_LOGIN_NAMESPACE;
9
10
#define DLOGIN_BEGIN_NAMESPACE \
11
namespace DTK_NAMESPACE { \
12
namespace DLOGIN_NAMESPACE {
13
#define DLOGIN_END_NAMESPACE \
14
} \
15
}
include
login
dtklogin_global.h
文档生成时间:2024-07-22-07:08 +00
Doxygen Version
1.9.8
制作者:deepin doc doc go SIG
文档使用CC-BY-4.0共享