mirror of https://github.com/procxx/kepka.git
Display export progress starting with 1 / N.
This commit is contained in:
parent
091d1157da
commit
c48937a2f5
|
@ -28,7 +28,7 @@ Content ContentFromState(const ProcessingState &state) {
|
||||||
};
|
};
|
||||||
const auto pushMain = [&](const QString &label) {
|
const auto pushMain = [&](const QString &label) {
|
||||||
const auto info = (state.entityCount > 0)
|
const auto info = (state.entityCount > 0)
|
||||||
? (QString::number(state.entityIndex)
|
? (QString::number(state.entityIndex + 1)
|
||||||
+ " / "
|
+ " / "
|
||||||
+ QString::number(state.entityCount))
|
+ QString::number(state.entityCount))
|
||||||
: QString();
|
: QString();
|
||||||
|
|
Loading…
Reference in New Issue