forked from len0rd/rockbox
themeeditor: Make it compile with current Qt5.
- Replace use of obsolete members with their replacements. - Fix type issue that requires explicitly creating the right object now. - Update project file to work with Qt5. Change-Id: I3af2b1520796e977e58c0a01e165c77c469a23b9
This commit is contained in:
parent
ff38666a19
commit
fa330c109d
10 changed files with 35 additions and 35 deletions
|
|
@ -204,7 +204,7 @@ void ProjectExporter::checkWPS(ProjectModel* project, QString file)
|
|||
fin.close();
|
||||
|
||||
skin_element* root;
|
||||
root = skin_parse(contents.toAscii());
|
||||
root = skin_parse(contents.toLatin1());
|
||||
if(!root)
|
||||
{
|
||||
addWarning(tr("Couldn't parse ") + file.split("/").last());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue