mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
Ref T292, Ref T285 use CEntityFlags::isFinishedReadState to also check against restricted read plus refactoring
This commit is contained in:
@@ -45,12 +45,12 @@ namespace BlackGui
|
||||
//! Destructor
|
||||
virtual ~CDbCountryComponent();
|
||||
|
||||
private slots:
|
||||
private:
|
||||
//! Countries have been read
|
||||
void ps_countriesRead(BlackMisc::Network::CEntityFlags::Entity entity, BlackMisc::Network::CEntityFlags::ReadState readState, int count);
|
||||
void onCountriesRead(BlackMisc::Network::CEntityFlags::Entity entity, BlackMisc::Network::CEntityFlags::ReadState readState, int count);
|
||||
|
||||
//! Reload models
|
||||
void ps_reload();
|
||||
void onReload();
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CDbCountryComponent> ui;
|
||||
|
||||
Reference in New Issue
Block a user