Fix more warnings

Found by compiling with clang

Change-Id: Iec0ed8aa8b6a742a5a3996a6c19c410e209fb048
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2022-02-23 16:41:44 +01:00
parent fff5944e65
commit cac1c3d501
9 changed files with 9 additions and 14 deletions

View File

@@ -135,8 +135,6 @@ QmlProject::QmlProject(const Utils::FilePath &fileName)
disconnect(m_openFileConnection);
if (target && success) {
const Utils::FilePath &folder = projectDirectory() + "/content";
Utils::FilePaths uiFiles = getUiQmlFilesForFolder(projectDirectory()
+ "/content");
if (uiFiles.isEmpty())