mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #341 Remove m_callbackWrapper from CFs9Client
Is already implemented in base class.
This commit is contained in:
@@ -26,8 +26,7 @@ namespace BlackSimPlugin
|
||||
{
|
||||
CFs9Client::CFs9Client(const QString &callsign, const CTime &updateInterval, QObject *parent) :
|
||||
CDirectPlayPeer(callsign, parent),
|
||||
m_updateInterval(updateInterval),
|
||||
m_callbackWrapper(this, &CFs9Client::directPlayMessageHandler)
|
||||
m_updateInterval(updateInterval)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user