aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/generator/keiluv/keiluvworkspace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generator/keiluv/keiluvworkspace.h')
-rw-r--r--src/plugins/generator/keiluv/keiluvworkspace.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/plugins/generator/keiluv/keiluvworkspace.h b/src/plugins/generator/keiluv/keiluvworkspace.h
index 09950efd7..2b274c99f 100644
--- a/src/plugins/generator/keiluv/keiluvworkspace.h
+++ b/src/plugins/generator/keiluv/keiluvworkspace.h
@@ -40,22 +40,15 @@
#ifndef QBS_KEILUVWORKSPACE_H
#define QBS_KEILUVWORKSPACE_H
-#include "keiluvproperty.h"
-
-#include <QtCore/qdir.h>
+#include <generators/xmlworkspace.h>
namespace qbs {
-class KeiluvWorkspace final : public KeiluvProperty
+class KeiluvWorkspace final : public gen::xml::Workspace
{
public:
explicit KeiluvWorkspace(const QString &workspacePath);
- void addProjectPath(const QString &projectPath);
-
- void accept(IKeiluvNodeVisitor *visitor) const final;
-
-private:
- QDir m_baseDirectory;
+ void addProject(const QString &projectPath) final;
};
} // namespace qbs