mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #624 Replace typedef with using.
This commit is contained in:
@@ -42,7 +42,7 @@ namespace BlackCore
|
||||
|
||||
public:
|
||||
//! List of callsigns and their last activity
|
||||
typedef QHash<BlackMisc::Aviation::CCallsign, qint64> CCallsignTimestampSet;
|
||||
using CCallsignTimestampSet = QHash<BlackMisc::Aviation::CCallsign, qint64>;
|
||||
|
||||
//! Constructor
|
||||
CAirspaceAnalyzer(BlackMisc::Simulation::IOwnAircraftProvider *ownAircraftProvider,
|
||||
|
||||
Reference in New Issue
Block a user