forked from qt-creator/qt-creator
QmakeProjectManager: Proliferate FilePath use
Change-Id: Ife92980a179a2872e4dd5083b60bbd0561be55bc Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -76,20 +76,18 @@ public:
|
||||
|
||||
Q_DECLARE_FLAGS(Platforms, Platform)
|
||||
|
||||
explicit AddLibraryWizard(const QString &fileName, QWidget *parent = nullptr);
|
||||
explicit AddLibraryWizard(const Utils::FilePath &proFile, QWidget *parent = nullptr);
|
||||
~AddLibraryWizard() override;
|
||||
|
||||
LibraryKind libraryKind() const;
|
||||
QString proFile() const;
|
||||
Utils::FilePath proFile() const;
|
||||
QString snippet() const;
|
||||
|
||||
signals:
|
||||
|
||||
private:
|
||||
LibraryTypePage *m_libraryTypePage = nullptr;
|
||||
DetailsPage *m_detailsPage = nullptr;
|
||||
SummaryPage *m_summaryPage = nullptr;
|
||||
QString m_proFile;
|
||||
Utils::FilePath m_proFile;
|
||||
};
|
||||
|
||||
class LibraryTypePage : public QWizardPage
|
||||
|
||||
Reference in New Issue
Block a user