Ref T489, better progress indication in DB load dialog

This commit is contained in:
Klaus Basan
2019-01-08 12:44:30 +01:00
committed by Mat Sutcliffe
parent fee2f8c5a0
commit 3c0c61ae19
5 changed files with 55 additions and 15 deletions

View File

@@ -90,6 +90,9 @@ namespace BlackMisc
//! Any finished state
static bool isFinishedReadState(ReadState state);
//! Any finished state
static bool isFinishedReadStateOrFailure(ReadState state);
//! Represented number of entities
static int numberOfEntities(CEntityFlags::Entity entities);