forked from qt-creator/qt-creator
Utils: Give a hint on what to do with FilePath::toString()
Change-Id: I3ffad537d7ca91ef038a72363848e623e6d469e6 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -315,7 +315,9 @@ public:
|
||||
|
||||
// FIXME: Avoid. See toSettings, toVariant, toUserOutput, toFSPathString, path, nativePath.
|
||||
QString toUrlishString() const;
|
||||
[[deprecated]] QString toString() const { return toUrlishString(); }
|
||||
|
||||
[[deprecated("Check the documentation for toUrlishString() and choose a better replacement.")]]
|
||||
QString toString() const { return toUrlishString(); }
|
||||
|
||||
bool equalsCaseSensitive(const FilePath &other) const;
|
||||
|
||||
|
Reference in New Issue
Block a user