Skip to content

Fix ui file to not give weird code

Sune Vuorela requested to merge work/sune/minor-ui-xml-fix into master

The previous xml got generated c++ code that under certain conditions did

QIcon.addFile(QString::fromUtf8("."), ...); which is kind of not helpful.

Merge request reports