summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/progresscoordinator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/progresscoordinator.h')
-rw-r--r--src/libs/installer/progresscoordinator.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libs/installer/progresscoordinator.h b/src/libs/installer/progresscoordinator.h
index 263b25695..bdd154195 100644
--- a/src/libs/installer/progresscoordinator.h
+++ b/src/libs/installer/progresscoordinator.h
@@ -42,13 +42,15 @@
#ifndef PROGRESSCOORDINATOR_H
#define PROGRESSCOORDINATOR_H
+#include "installer_global.h"
+
#include <QtCore/QHash>
#include <QtCore/QObject>
#include <QtCore/QPointer>
namespace QInstaller {
-class ProgressCoordinator : public QObject
+class INSTALLER_EXPORT ProgressCoordinator : public QObject
{
Q_OBJECT