mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refactor: Use chrono instead of plain ints
This commit is contained in:
@@ -189,7 +189,7 @@ namespace swift::gui
|
||||
//! Do re-matching
|
||||
void doMatchingsAgain();
|
||||
|
||||
static constexpr int OverlayMessageMs = 5000;
|
||||
static constexpr std::chrono::milliseconds OverlayMessageMs { 5000 };
|
||||
QScopedPointer<Ui::CMappingComponent> ui;
|
||||
QTimer m_updateTimer;
|
||||
bool m_missedRenderedAircraftUpdate = true; //! Rendered aircraft need update
|
||||
|
||||
Reference in New Issue
Block a user