| 97 | |
| 98 | |
| 99 | void UBExportDocument::processing(const QString& pObjectName, int pCurrent, int pTotal) |
| 100 | { |
| 101 | QString localized = UBExportDocument::tr(pObjectName.toUtf8()); |
| 102 | |
| 103 | if (mIsVerbose) |
| 104 | UBApplication::showMessage(tr("Exporting %1 %2 of %3").arg(localized).arg(pCurrent).arg(pTotal)); |
| 105 | } |
| 106 | |
| 107 | |
| 108 |