mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:00:04 +00:00
Fix radar site model initialization order
This commit is contained in:
parent
3b15b11bad
commit
c04da0208c
1 changed files with 1 additions and 1 deletions
|
|
@ -24,8 +24,8 @@ class RadarSiteDialogImpl
|
|||
public:
|
||||
explicit RadarSiteDialogImpl(RadarSiteDialog* self) :
|
||||
self_ {self},
|
||||
radarSiteModel_ {model::RadarSiteModel::Instance()},
|
||||
proxyModel_ {new QSortFilterProxyModel(self_)},
|
||||
radarSiteModel_ {model::RadarSiteModel::Instance()},
|
||||
mapPosition_ {},
|
||||
mapUpdateDeferred_ {false},
|
||||
selectedRadarSite_ {"?"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue