dde-application-manager/tests/utils.cpp
ComixHe fe284e78b6 feat: implementation of the major feature of dbus service
Log:
Signed-off-by: ComixHe <heyuming@deepin.org>
2023-08-07 16:46:57 +08:00

16 lines
299 B
C++

// SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.
//
// SPDX-License-Identifier: LGPL-3.0-or-later
#include "global.h"
bool registerObjectToDBus(QObject *, const QString &, const QString &)
{
return true;
}
void unregisterObjectFromDBus(const QString &)
{
return;
}