summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/progresscoordinator.h
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/progresscoordinator.h')
-rw-r--r--installerbuilder/libinstaller/progresscoordinator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/libinstaller/progresscoordinator.h b/installerbuilder/libinstaller/progresscoordinator.h
index 781551d8f..e00baccf4 100644
--- a/installerbuilder/libinstaller/progresscoordinator.h
+++ b/installerbuilder/libinstaller/progresscoordinator.h
@@ -37,7 +37,7 @@ class ProgressCoordinator : public QObject
Q_OBJECT
public:
- static ProgressCoordinator* instance();
+ static ProgressCoordinator *instance();
~ProgressCoordinator();
void registerPartProgress(QObject *sender, const char *signal, double partProgressSize);