forked from qt-creator/qt-creator
Utils: Mark FileWizardPage::path as deprecated
Change-Id: I0e8affcd520da309e5f9d9c8ea03b2063618a1f6 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
andrii.semkiv
parent
625edd4fce
commit
7bc7006552
@@ -22,7 +22,7 @@ public:
|
||||
~FileWizardPage() override;
|
||||
|
||||
QString fileName() const;
|
||||
QString path() const; // Deprecated: Use filePath()
|
||||
[[deprecated("Use filePath()")]] QString path() const;
|
||||
|
||||
Utils::FilePath filePath() const;
|
||||
|
||||
|
Reference in New Issue
Block a user