From a2d627f21ab729d5335e38ccfdc1b57438328c19 Mon Sep 17 00:00:00 2001 From: kh1 Date: Wed, 6 Jul 2011 15:12:15 +0200 Subject: Remove superfluos progress changed functionality. We've never taken it into account anyway (wrong signature) and, we can't calculate the progress for most operations anyway. We now fallback to add minimum progress everywhere. --- installerbuilder/libinstaller/installiconsoperation.h | 1 - 1 file changed, 1 deletion(-) (limited to 'installerbuilder/libinstaller/installiconsoperation.h') diff --git a/installerbuilder/libinstaller/installiconsoperation.h b/installerbuilder/libinstaller/installiconsoperation.h index c9056108c..c99f2a7a6 100644 --- a/installerbuilder/libinstaller/installiconsoperation.h +++ b/installerbuilder/libinstaller/installiconsoperation.h @@ -46,7 +46,6 @@ public: Operation *clone() const; Q_SIGNALS: - void progressChanged(int progress); void outputTextChanged(const QString &progress); private: -- cgit v1.2.3