fix comment parsing
This commit is contained in:
@ -126,7 +126,7 @@ bool LayoutManager::load(const QString& name) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (word == QLatin1String("#")) {
|
else if (word.startsWith('#')) {
|
||||||
// ignore comment
|
// ignore comment
|
||||||
stream.readLine();
|
stream.readLine();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user