MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / processing

Method processing

src/adaptors/UBExportDocument.cpp:99–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98
99void 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

Callers 1

foreachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected