aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/generator/keiluv/keiluvproject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generator/keiluv/keiluvproject.h')
-rw-r--r--src/plugins/generator/keiluv/keiluvproject.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/generator/keiluv/keiluvproject.h b/src/plugins/generator/keiluv/keiluvproject.h
index 98b2815ed..da86f71fd 100644
--- a/src/plugins/generator/keiluv/keiluvproject.h
+++ b/src/plugins/generator/keiluv/keiluvproject.h
@@ -40,15 +40,13 @@
namespace qbs {
-class KeiluvVersionInfo;
-
class KeiluvProject final : public gen::xml::Project
{
public:
explicit KeiluvProject(
const qbs::GeneratableProject &genProject,
const qbs::GeneratableProductData &genProduct,
- const KeiluvVersionInfo &versionInfo);
+ const gen::VersionInfo &versionInfo);
private:
std::vector<std::unique_ptr<gen::xml::PropertyGroupFactory>> m_factories;
};