Make compile on top of the current master branch
[quassel.git] / src / client / desktopnotifications.cpp
1 /*
2  * This file was generated by dbusxml2cpp version 0.6
3  * Command line was: dbusxml2cpp -p desktopnotifications org.freedesktop.Notifications.xml
4  *
5  * dbusxml2cpp is Copyright (C) 2006 Trolltech ASA. All rights reserved.
6  *
7  * This is an auto-generated file.
8  * This file may have been hand-edited. Look for HAND-EDIT comments
9  * before re-generating it.
10  */
11
12 #include "desktopnotifications.h"
13
14 /*
15  * Implementation of interface class OrgFreedesktopNotificationsInterface
16  */
17
18 OrgFreedesktopNotificationsInterface::OrgFreedesktopNotificationsInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent)
19     : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
20 {
21 }
22
23 OrgFreedesktopNotificationsInterface::~OrgFreedesktopNotificationsInterface()
24 {
25 }
26