Text selection tool - finishing (without copying text)

This commit is contained in:
Jakub Melka
2020-01-26 17:06:50 +01:00
parent 95f6135482
commit 12b2f44619
9 changed files with 286 additions and 20 deletions

View File

@@ -164,6 +164,7 @@ private:
QProgressDialog* m_progressDialog;
bool m_isBusy;
bool m_isChangingProgressStep;
pdf::PDFToolManager* m_toolManager;
};