Quieten gcc compiler warnings.

This commit is contained in:
Friedemann Kleint
2010-09-07 14:34:38 +02:00
parent 98e37b3b15
commit 444e2fd4ce
7 changed files with 13 additions and 10 deletions

View File

@@ -727,7 +727,7 @@ void QmlOutlineModel::moveObjectMember(AST::UiObjectMember *toMove,
} else {
*addedRange = rewriter.addObject(arrayBinding, strToMove);
}
} else if (AST::UiObjectBinding *objectBinding = AST::cast<AST::UiObjectBinding*>(newParent)) {
} else if (AST::cast<AST::UiObjectBinding*>(newParent)) {
qDebug() << "TODO: Reparent to UiObjectBinding";
return;
// target is a property