Honour the default path passed to the generic project wizard

This commit is contained in:
Thorbjørn Lindeijer
2009-04-07 16:39:51 +02:00
parent 2bc45cc8e5
commit 793de72a44
2 changed files with 13 additions and 1 deletions

View File

@@ -64,6 +64,8 @@ public:
virtual ~GenericProjectWizardDialog();
QString path() const;
void setPath(const QString &path);
QString projectName() const;
private Q_SLOTS: