Fixed include in wrong place

This commit is contained in:
Klaus Basan
2014-01-22 17:43:01 +01:00
parent 09b3ca1b30
commit 8008218d28

View File

@@ -4,13 +4,11 @@
#include <QDBusAbstractInterface> #include <QDBusAbstractInterface>
#include <QDBusPendingCall> #include <QDBusPendingCall>
#include <QDBusPendingReply> #include <QDBusPendingReply>
#include <QObject>
namespace BlackMisc namespace BlackMisc
{ {
#include <QObject>
/*! /*!
* Used for hand written interface based on virtual methods. * Used for hand written interface based on virtual methods.
* Allows to relay a message to DBus in a single code line * Allows to relay a message to DBus in a single code line