Ink coverage dialog

This commit is contained in:
Jakub Melka
2021-04-20 19:33:54 +02:00
parent cfedca6f4f
commit d8b5eed3a9
12 changed files with 829 additions and 5 deletions

View File

@ -1,4 +1,4 @@
// Copyright (C) 2019-2020 Jakub Melka
// Copyright (C) 2019-2021 Jakub Melka
//
// This file is part of Pdf4Qt.
//
@ -54,7 +54,7 @@ void PDFProgress::step()
if (emitSignal)
{
progressStep(newPercentage);
emit progressStep(newPercentage);
}
}