summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/installiconsoperation.h
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-07-06 15:12:15 +0200
committerkh1 <qt-info@nokia.com>2011-07-06 15:12:15 +0200
commita2d627f21ab729d5335e38ccfdc1b57438328c19 (patch)
tree127b360fcd8a4bc8e2dc41c3b314f27b033c047a /installerbuilder/libinstaller/installiconsoperation.h
parent21b8b2e822a99b669f0cf08246a71625b3572ebd (diff)
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.
Diffstat (limited to 'installerbuilder/libinstaller/installiconsoperation.h')
-rw-r--r--installerbuilder/libinstaller/installiconsoperation.h1
1 files changed, 0 insertions, 1 deletions
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: