> The following line should probably be simplified (see > http://websvn.kde.org/?revision=1184860&view=revision): > > src/kcm_grub2.cpp:113: QTreeWidgetItem *item = new > QTreeWidgetItem(ui.treeWidget_recover, QStringList(QString()) << name > << partition->filePath() << volume->label() << volume->fsType() << > i18n("%1 GiB", QString::number(volume->size() / 1073741824)));
Thanks. Fixed: http://commits.kde.org/kcm-grub2/87eac2b1ef0b8f3a1907b86ab7054b99a0ed5ab9 Konstantinos