kutils: minor KArchive documentation correction

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-12-24 13:03:20 +02:00
parent c29fc4dca1
commit 5e4e0c83e2

View file

@ -175,7 +175,7 @@ Q_SIGNALS:
@brief Signals how far operation (add, remove or extract) is from completing
@note The progress value is between 0.0 and 1.0
@note If you are connecting the progress signal to QProgressBar, derived or similar class
make sure to set its initial value, progress is emited only for @b valid items. For example
make sure to set its initial value, progress is emited only for @b valid paths. For example
progress will note be emited for paths that are not in the archive from
@p KArchive::remove()
*/