forked from qt-creator/qt-creator
Fix more warnings
Found by compiling with clang Change-Id: Iec0ed8aa8b6a742a5a3996a6c19c410e209fb048 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user