mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:49:12 +02:00
Remove commented line
This commit is contained in:
parent
4fd5f74365
commit
b4132f1e7d
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ void BatchLoader::start() {
|
||||||
if (scriptFile.open(QFile::ReadOnly | QFile::Text)) {
|
if (scriptFile.open(QFile::ReadOnly | QFile::Text)) {
|
||||||
QTextStream in(&scriptFile);
|
QTextStream in(&scriptFile);
|
||||||
_data.insert(url, in.readAll());
|
_data.insert(url, in.readAll());
|
||||||
// includeContents = in.readAll();
|
|
||||||
} else {
|
} else {
|
||||||
emit errorLoadingFile(url);
|
emit errorLoadingFile(url);
|
||||||
_data.insert(url, QString());
|
_data.insert(url, QString());
|
||||||
|
|
Loading…
Reference in a new issue