ProjectExplorer: Fix Qt4 compile

Change-Id: Id1f478f500f458a3acc1f294d33bdc01c9d8b72e
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Christian Stenger
2014-02-21 10:23:01 +01:00
parent ac70c168da
commit cd821488fa

View File

@@ -31,6 +31,7 @@
#define IPOTENTIALKIT_H
#include <QObject>
#include <QMetaType>
#include "projectexplorer_export.h"
namespace ProjectExplorer {
@@ -47,5 +48,6 @@ public:
};
}
Q_DECLARE_METATYPE(ProjectExplorer::IPotentialKit*)
#endif // IPOTENTIALKIT_H