mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refactor: Use chrono instead of plain ints
This commit is contained in:
@@ -190,7 +190,8 @@ namespace swift::gui::models
|
||||
|
||||
private:
|
||||
swift::misc::CDigestSignal m_dsModelsChanged { this, &CListModelBaseNonTemplate::changed,
|
||||
&CListModelBaseNonTemplate::onChangedDigest, 500, 10 };
|
||||
&CListModelBaseNonTemplate::onChangedDigest,
|
||||
std::chrono::milliseconds(500), 10 };
|
||||
};
|
||||
|
||||
} // namespace swift::gui::models
|
||||
|
||||
Reference in New Issue
Block a user