diff options
Diffstat (limited to 'shemovcleaner.h')
-rw-r--r-- | shemovcleaner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shemovcleaner.h b/shemovcleaner.h index db6399f..4553df8 100644 --- a/shemovcleaner.h +++ b/shemovcleaner.h @@ -21,7 +21,7 @@ class ShemovCleaner : public QMainWindow { void setSelectionCount(const QString &msg); void setDuration(const QString &msg); void updateFreeSpace(const QString &path); - void updateCopying(bool inProgress, const QString &count); + void updateCopying(const QString &count); void configure(); void tabChanged(int idx); void aboutThisProgram(); |