QmlProjectManager: Fix the build error coming from -Werror

Change-Id: I46601bcbb9ce358d34211fdea76707abcb5ca709
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Burak Hancerli
2023-04-06 13:58:19 +02:00
parent e82898a184
commit 69902addf1

View File

@@ -141,6 +141,7 @@ void QmlBuildSystem::refresh(RefreshOptions options)
break;
case RefreshOptions::Project:
initProjectItem();
[[fallthrough]];
case RefreshOptions::Files:
parseProjectFiles();
}