Fix some compiler warnings

Change-Id: I9128afcf56bd47cb6627012bb6b0d13395b432ac
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2021-11-22 12:28:41 +01:00
parent 4c36e157af
commit 8f611286f7
6 changed files with 10 additions and 10 deletions

View File

@@ -810,6 +810,8 @@ bool Check::visit(UiObjectInitializer *)
void Check::endVisit(UiObjectInitializer *uiObjectInitializer)
{
Q_UNUSED(uiObjectInitializer)
m_propertyStack.pop();
const QString type = m_typeStack.pop();