ui: Removed simple setup as distinct step from project setup and moved it to include paths
This commit is contained in:
@@ -74,13 +74,6 @@ protected:
|
||||
QStringList getSourceFileNames(bool headersOnly) const;
|
||||
};
|
||||
|
||||
class QtProjectWizzardContentPathsSourceSimple
|
||||
: public QtProjectWizzardContentPathsSource
|
||||
{
|
||||
public:
|
||||
QtProjectWizzardContentPathsSourceSimple(ProjectSettings* settings, QtProjectWizzardWindow* window);
|
||||
};
|
||||
|
||||
class QtProjectWizzardContentPathsCDBHeader
|
||||
: public QtProjectWizzardContentPathsSource
|
||||
{
|
||||
@@ -107,13 +100,6 @@ public:
|
||||
virtual bool isScrollAble() const override;
|
||||
};
|
||||
|
||||
class QtProjectWizzardContentPathsHeaderSearchSimple
|
||||
: public QtProjectWizzardContentPathsHeaderSearch
|
||||
{
|
||||
public:
|
||||
QtProjectWizzardContentPathsHeaderSearchSimple(ProjectSettings* settings, QtProjectWizzardWindow* window);
|
||||
};
|
||||
|
||||
class QtProjectWizzardContentPathsHeaderSearchGlobal
|
||||
: public QtProjectWizzardContentPaths
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user