Utils: Mark FileWizardPage::path as deprecated

Change-Id: I0e8affcd520da309e5f9d9c8ea03b2063618a1f6
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Andrii Semkiv
2024-09-02 15:14:17 +02:00
committed by andrii.semkiv
parent 625edd4fce
commit 7bc7006552

View File

@@ -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;