end of file

This commit is contained in:
ZappoMan 2015-04-03 17:25:39 -07:00
parent 0bc1b02895
commit 7f4c577e80

View file

@ -189,4 +189,4 @@ QVariantHash FSTReader::downloadMapping(const QString& url) {
QByteArray fstContents = reply->readAll();
delete reply;
return FSTReader::readMapping(fstContents);
}
}