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