forked from qt-creator/qt-creator
		
	Utils: Change semantics of FilePath::onDeviceSearchInPath()
... and rename it to searchOnDevice(). We need to handle additional search directories anyways, so its more uniform to always pass a list all of them. Change-Id: I46c7860b51d11c26db58045ff3ab922148af021f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
		| @@ -216,7 +216,7 @@ public: | ||||
|  | ||||
|     static void setDeviceFileHooks(const DeviceFileHooks &hooks); | ||||
|  | ||||
|     FilePath onDeviceSearchInPath(const QList<FilePath> &additionalDirs = {}) const; | ||||
|     FilePath searchOnDevice(const QList<FilePath> &dirs) const; | ||||
|     Environment deviceEnvironment() const; | ||||
|  | ||||
| private: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user