mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kutils: minor KArchive documentation correction
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c29fc4dca1
commit
5e4e0c83e2
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue