chore: V23接口改造适配

V23接口改造适配

Log: V23接口改造适配
Influence: 无
Task: https://pms.uniontech.com/task-view-207483.html
Change-Id: I91e7c2807c168e87781e18aedc7aec887702ae13
This commit is contained in:
tanfeng
2022-11-17 17:25:20 +08:00
committed by fanpengcheng
parent d1fe32c13e
commit e4f4a47b87
42 changed files with 147 additions and 142 deletions

View File

@ -24,7 +24,7 @@
/*
* Proxy class for interface com.deepin.daemon.KWayland.Output
* Proxy class for interface org.deepin.dde.KWayland1.Output
*/
class __OutputManagementPrivate;
class __OutputManagement : public DBusExtendedAbstractInterface
@ -33,7 +33,7 @@ class __OutputManagement : public DBusExtendedAbstractInterface
public:
static inline const char *staticInterfaceName()
{ return "com.deepin.daemon.KWayland.Output"; }
{ return "org.deepin.dde.KWayland1.Output"; }
public:
explicit __OutputManagement(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0);
@ -109,8 +109,8 @@ private:
namespace com {
namespace deepin {
namespace daemon {
namespace kwayland {
namespace dde {
namespace kwayland1 {
typedef ::__OutputManagement Output;
}
}