Window.nonBlockingForm-fix

This commit is contained in:
DaveDubUK 2014-12-16 14:48:28 +00:00
parent 9493440d32
commit 7ab9dfbfe1

View file

@ -201,7 +201,6 @@ void WindowScriptingInterface::showNonBlockingForm(const QString& title, QScript
// what should we do if someone calls us while we still think we have a dialog showing???
if (_nonBlockingFormActive) {
qDebug() << "Show Non-Blocking Form called when form already active.";
return;
}