Window.nonBlockingForm-fix

This commit is contained in:
DaveDubUK 2014-12-16 13:33:10 +00:00
parent cd95f7bd23
commit 9493440d32

View file

@ -201,6 +201,7 @@ 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;
}