aboutsummaryrefslogtreecommitdiff
path: root/libqmenumodel/src/qdbusobject.h
diff options
context:
space:
mode:
authorNick Dedekind <nicholas.dedekind@gmail.com>2013-08-09 09:01:43 +0100
committerNick Dedekind <nicholas.dedekind@gmail.com>2013-08-09 09:01:43 +0100
commitdb47d077dcd9ee6761de828c9194d3fa2331f9ea (patch)
tree975f0986c94118a4f7903a2836689489c3653bda /libqmenumodel/src/qdbusobject.h
parent9be29519eb308eae8a2fafe7441324a53220726b (diff)
downloadqmenumodel-db47d077dcd9ee6761de828c9194d3fa2331f9ea.tar.gz
qmenumodel-db47d077dcd9ee6761de828c9194d3fa2331f9ea.tar.bz2
qmenumodel-db47d077dcd9ee6761de828c9194d3fa2331f9ea.zip
moved events to separate file.
Diffstat (limited to 'libqmenumodel/src/qdbusobject.h')
-rw-r--r--libqmenumodel/src/qdbusobject.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/libqmenumodel/src/qdbusobject.h b/libqmenumodel/src/qdbusobject.h
index 3a00301..1a87844 100644
--- a/libqmenumodel/src/qdbusobject.h
+++ b/libqmenumodel/src/qdbusobject.h
@@ -21,7 +21,6 @@
#define QDBUSOBJECT_H
#include <QString>
-#include <QEvent>
#include "dbus-enums.h"
@@ -78,15 +77,4 @@ private:
static void onServiceVanished(GDBusConnection *connection, const gchar *name, gpointer data);
};
-class DbusObjectServiceEvent : public QEvent
-{
-public:
- static const QEvent::Type eventType;
- DbusObjectServiceEvent(GDBusConnection* connection, bool visible);
- ~DbusObjectServiceEvent();
-
- GDBusConnection* connection;
- bool visible;
-};
-
#endif