forked from qt-creator/qt-creator
		
	More FileName::appendPath() -> .pathAppended()
Change-Id: I403d34e4f52f758339c158efc7a11fd329e3e043 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
		@@ -207,9 +207,7 @@ static Utils::FileName qmakeFromCMakeCache(const CMakeConfig &config)
 | 
			
		||||
 | 
			
		||||
                    // Eat the leading "}/" and trailing "
 | 
			
		||||
                    const QByteArray locationPart =  origLine.mid(sp + 2, ep - 2 - sp);
 | 
			
		||||
                    Utils::FileName result = baseQtDir;
 | 
			
		||||
                    result.appendPath(QString::fromUtf8(locationPart));
 | 
			
		||||
                    return result;
 | 
			
		||||
                    return baseQtDir.pathAppended(QString::fromUtf8(locationPart));
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user