forked from qt-creator/qt-creator
ProjectExplorer: Fix Qt4 compile
Change-Id: Id1f478f500f458a3acc1f294d33bdc01c9d8b72e Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
#define IPOTENTIALKIT_H
|
#define IPOTENTIALKIT_H
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
#include <QMetaType>
|
||||||
#include "projectexplorer_export.h"
|
#include "projectexplorer_export.h"
|
||||||
|
|
||||||
namespace ProjectExplorer {
|
namespace ProjectExplorer {
|
||||||
@@ -47,5 +48,6 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Q_DECLARE_METATYPE(ProjectExplorer::IPotentialKit*)
|
||||||
|
|
||||||
#endif // IPOTENTIALKIT_H
|
#endif // IPOTENTIALKIT_H
|
||||||
|
|||||||
Reference in New Issue
Block a user