Ref T219, removed unused signal webServiceDataRead

Remark: Can be directly used from web data services
This commit is contained in:
Klaus Basan
2018-01-07 03:11:59 +01:00
parent fea8ed6802
commit 9f79923848
4 changed files with 4 additions and 20 deletions

View File

@@ -81,10 +81,6 @@ namespace BlackCore
s = connection.connect(serviceName, IContextNetwork::ObjectPath(), IContextNetwork::InterfaceName(),
"textMessageSent", this, SIGNAL(textMessageSent(BlackMisc::Network::CTextMessage)));
Q_ASSERT(s);
s = connection.connect(serviceName, IContextNetwork::ObjectPath(), IContextNetwork::InterfaceName(),
"webServiceDataRead", this, SIGNAL(webServiceDataRead(int, int, int)));
Q_ASSERT(s);
s = connection.connect(serviceName, IContextNetwork::ObjectPath(), IContextNetwork::InterfaceName(),
"changedRemoteAircraftEnabled", this, SIGNAL(changedRemoteAircraftEnabled(BlackMisc::Simulation::CSimulatedAircraft)));
Q_ASSERT(s);