fix warnings

This commit is contained in:
Brad Hefta-Gaub 2016-01-06 15:29:05 -08:00
parent 335ab3c501
commit 8b9c2cde63

View file

@ -90,7 +90,6 @@ QScriptValue QmlWindowClass::internalConstructor(const QString& qmlSource,
QString url;
QString title;
int width = 100, height = 100;
bool isToolWindow = false;
bool visible = true;
if (argumentCount > 1) {