Remove file and code, because unused with the new auto hotspot

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2410 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2013-08-05 13:20:57 +00:00
parent 797d5200ba
commit 302b519dfb
11 changed files with 11 additions and 786 deletions

View File

@@ -22,7 +22,6 @@ class ElementsCategoriesWidget;
class ElementsCategory;
class NamesListWidget;
class OrientationSetWidget;
class HotspotEditor;
class QFileNameEdit;
/**
This class provides a wizard dialog enabling users to to specify the basic
@@ -59,7 +58,6 @@ class NewElementWizard : public QWizard {
QFileNameEdit *qle_filename;
NamesListWidget *element_names;
OrientationSetWidget *orientation_set;
HotspotEditor *hotspot_editor;
WizardState current_state;
QString chosen_file;
ElementsCategory *chosen_category;
@@ -70,7 +68,6 @@ class NewElementWizard : public QWizard {
QWizardPage *buildStep2();
QWizardPage *buildStep3();
QWizardPage *buildStep4();
QWizardPage *buildStep5();
bool validStep1();
bool validStep2();
bool validateCurrentPage();