mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user