summaryrefslogtreecommitdiff
path: root/attic/muse2-oom/muse2/muse/widgets/projectcreateimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'attic/muse2-oom/muse2/muse/widgets/projectcreateimpl.h')
-rw-r--r--attic/muse2-oom/muse2/muse/widgets/projectcreateimpl.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/attic/muse2-oom/muse2/muse/widgets/projectcreateimpl.h b/attic/muse2-oom/muse2/muse/widgets/projectcreateimpl.h
deleted file mode 100644
index 77547c1a..00000000
--- a/attic/muse2-oom/muse2/muse/widgets/projectcreateimpl.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef PROJECTCREATEIMPL_H
-#define PROJECTCREATEIMPL_H
-
-#include <QDialog>
-#include "ui_projectcreate.h"
-
-class ProjectCreateImpl : public QDialog, Ui::ProjectCreate
-{
-Q_OBJECT
-
- QString directoryPath;
-public:
- explicit ProjectCreateImpl(QWidget *parent = 0);
- QString getProjectPath();
- QString getSongInfo();
-
-signals:
-
-public slots:
- void updateDirectoryPath();
- void selectDirectory();
- void ok();
-
-};
-
-#endif // PROJECTCREATEIMPL_H