mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Fixed building with Qt 5
This commit is contained in:
parent
67dbddedfe
commit
faeba013bc
|
@ -47,7 +47,7 @@ QVariant GM_JSObject::getValue(const QString &nspace, const QString &name, const
|
|||
return dValue;
|
||||
}
|
||||
|
||||
switch (savedValue.at(0).toAscii()) {
|
||||
switch (savedValue.at(0).unicode()) {
|
||||
case 'b':
|
||||
return QVariant(actualValue == QLatin1String("true"));
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user