mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Bugfixing: plugin toolbar, missing progress
This commit is contained in:
@ -45,7 +45,8 @@ public:
|
||||
void finish();
|
||||
|
||||
signals:
|
||||
void progressStarted(ProgressStartupInfo info);
|
||||
// Namespace pdf:: must be here, due to queued signals calling
|
||||
void progressStarted(pdf::ProgressStartupInfo info);
|
||||
void progressStep(int percentage);
|
||||
void progressFinished();
|
||||
|
||||
|
Reference in New Issue
Block a user