29 lines
925 B
C++
29 lines
925 B
C++
/*
|
|
* This file was generated by qdbusxml2cpp version 0.8
|
|
* Source file was org.freedesktop.Notifications.xml
|
|
*
|
|
* qdbusxml2cpp is Copyright (C) The Qt Company Ltd. and other contributors.
|
|
*
|
|
* This is an auto-generated file.
|
|
* This file may have been hand-edited. Look for HAND-EDIT comments
|
|
* before re-generating it.
|
|
*/
|
|
|
|
#include "/mnt/data/homes/kellito/Builds/rbos/local/recipes/kde/kf6-knotifications/source/src/notifications_interface.h"
|
|
|
|
/*
|
|
* Implementation of interface class OrgFreedesktopNotificationsInterface
|
|
*/
|
|
|
|
OrgFreedesktopNotificationsInterface::OrgFreedesktopNotificationsInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent)
|
|
: QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
|
|
{
|
|
}
|
|
|
|
OrgFreedesktopNotificationsInterface::~OrgFreedesktopNotificationsInterface()
|
|
{
|
|
}
|
|
|
|
|
|
#include "moc_notifications_interface.cpp"
|