You've already forked ukui-settings-daemon
mirror of
https://github.com/ukui/ukui-settings-daemon.git
synced 2026-03-09 09:24:39 -07:00
27 lines
737 B
C++
27 lines
737 B
C++
/*
|
|
* This file was generated by qdbusxml2cpp version 0.8
|
|
* Command line was: qdbusxml2cpp ukui-settings-daemon.xml -i plugin-manager.h -p manager-interface
|
|
*
|
|
* qdbusxml2cpp is Copyright (C) 2019 The Qt Company Ltd.
|
|
*
|
|
* This is an auto-generated file.
|
|
* This file may have been hand-edited. Look for HAND-EDIT comments
|
|
* before re-generating it.
|
|
*/
|
|
|
|
#include "manager-interface.h"
|
|
|
|
/*
|
|
* Implementation of interface class OrgUkuiSettingsDaemonInterface
|
|
*/
|
|
|
|
PluginManagerDBus::PluginManagerDBus(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent)
|
|
: QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
|
|
{
|
|
}
|
|
|
|
PluginManagerDBus::~PluginManagerDBus()
|
|
{
|
|
}
|
|
|