mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-08 02:25:37 +08:00
refs #485 removed some dependencies from CDBusServer
This commit is contained in:
committed by
Mathew Sutcliffe
parent
a0b7f741ee
commit
1b587c2ee8
@@ -13,7 +13,6 @@
|
||||
#ifndef BLACKSAMPLE_SERVICETOOL_H
|
||||
#define BLACKSAMPLE_SERVICETOOL_H
|
||||
|
||||
#include "blackmisc/dbusserver.h"
|
||||
#include "blackmisc/aviation/atcstationlist.h"
|
||||
#include "blackmisc/aviation/airportlist.h"
|
||||
#include "blackmisc/network/clientlist.h"
|
||||
@@ -22,8 +21,9 @@
|
||||
#include <QProcess>
|
||||
#include <QDBusConnection>
|
||||
|
||||
namespace BlackSample
|
||||
{
|
||||
namespace BlackMisc { class CDBusServer; }
|
||||
namespace BlackSample {
|
||||
|
||||
class Testservice; // forward declaration
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user