mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
Ref T219, removed unused signal webServiceDataRead
Remark: Can be directly used from web data services
This commit is contained in:
@@ -156,12 +156,6 @@ namespace BlackCore
|
||||
//! Text message sent (by me)
|
||||
void textMessageSent(const BlackMisc::Network::CTextMessage &sentMessage);
|
||||
|
||||
// --------------------------- data readers -------------------------------
|
||||
|
||||
//! Web serice data read
|
||||
// void webServiceDataRead(BlackMisc::Network::CEntityFlags::Entity entity, BlackMisc::Network::CEntityFlags::ReadState state, int number);
|
||||
void webServiceDataRead(int entity, int state, int number);
|
||||
|
||||
public slots:
|
||||
//! Reload bookings from booking service
|
||||
virtual void requestAtcBookingsUpdate() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user