mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Fixed include in wrong place
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user