aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/generator/iarew/iarewproject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generator/iarew/iarewproject.h')
-rw-r--r--src/plugins/generator/iarew/iarewproject.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/generator/iarew/iarewproject.h b/src/plugins/generator/iarew/iarewproject.h
index 567a58c55..df260fcd8 100644
--- a/src/plugins/generator/iarew/iarewproject.h
+++ b/src/plugins/generator/iarew/iarewproject.h
@@ -39,14 +39,12 @@
namespace qbs {
-class IarewVersionInfo;
-
class IarewProject final : public gen::xml::Project
{
public:
explicit IarewProject(const GeneratableProject &genProject,
const GeneratableProductData &genProduct,
- const IarewVersionInfo &versionInfo);
+ const gen::VersionInfo &versionInfo);
private:
std::vector<std::unique_ptr<gen::xml::PropertyGroupFactory>> m_factories;
};