Fixes unused label warning.

Commented out instead of deleted, as label is referenced by FIXME comment and associated goto on lines 82-84.
This commit is contained in:
Adric Worley 2016-03-30 09:28:32 -04:00
parent f63c1a0076
commit fe9b8bc573

View file

@ -112,7 +112,7 @@ bool defineScanner(const QString &scannerType)
ret = true;
end:
//end:
QApplication::restoreOverrideCursor();
return ret;
}