forked from qt-creator/qt-creator
		
	Utils: Introduce a non-mutating FileName::pathAppended
... and start using it. The plan is to replace all appendPath() uses. Change-Id: I555bcfa742b99b0951b98b0c0e707422c348fadb Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
		| @@ -94,6 +94,7 @@ public: | ||||
|  | ||||
|     FileName relativeChildPath(const FileName &parent) const; | ||||
|     FileName &appendPath(const QString &s); | ||||
|     FileName pathAppended(const QString &str) const; | ||||
|     FileName stringAppended(const QString &str) const; | ||||
|  | ||||
|     void clear() { m_data.clear(); } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user