dde-dock/frame/dbus/sni/statusnotifierwatcher_interface.cpp
listenerri 2bc2f2e831 refactor: make MainWindow to register sni host instead of tray plugin
Change-Id: I8f6b05ed69ced2d937aac8828a1adb3e77e79b07
2019-01-15 19:54:13 +08:00

27 lines
823 B
C++

/*
* This file was generated by qdbusxml2cpp version 0.8
* Command line was: qdbusxml2cpp watcher-inter.xml -a statusnotifierwatcheradapter -p statusnotifierwatcherproxy
*
* qdbusxml2cpp is Copyright (C) 2017 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 "statusnotifierwatcher_interface.h"
/*
* Implementation of interface class OrgKdeStatusNotifierWatcherInterface
*/
StatusNotifierWatcherInterface::StatusNotifierWatcherInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent)
: QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
{
}
StatusNotifierWatcherInterface::~StatusNotifierWatcherInterface()
{
}