From cd821488fa01873962cc66056d816b4f6ad0f10e Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Fri, 21 Feb 2014 10:23:01 +0100 Subject: [PATCH] ProjectExplorer: Fix Qt4 compile Change-Id: Id1f478f500f458a3acc1f294d33bdc01c9d8b72e Reviewed-by: Christian Kandeler --- src/plugins/projectexplorer/ipotentialkit.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/projectexplorer/ipotentialkit.h b/src/plugins/projectexplorer/ipotentialkit.h index 0ba9b61f9cb..b887123d036 100644 --- a/src/plugins/projectexplorer/ipotentialkit.h +++ b/src/plugins/projectexplorer/ipotentialkit.h @@ -31,6 +31,7 @@ #define IPOTENTIALKIT_H #include +#include #include "projectexplorer_export.h" namespace ProjectExplorer { @@ -47,5 +48,6 @@ public: }; } +Q_DECLARE_METATYPE(ProjectExplorer::IPotentialKit*) #endif // IPOTENTIALKIT_H