Skip to content
Commit c24cb4da authored by Friedrich W. H. Kossebau's avatar Friedrich W. H. Kossebau
Browse files

Remove empty string icon properties from QToolButton in .ui file

Avoids code being generated that sets a bogus icon:
    QIcon icon;
    icon.addFile(QString::fromUtf8(""), QSize(), QIcon::Normal, QIcon::Off);
    next->setIcon(icon);
which also will be replaced in manual code later.

NO_CHANGELOG
parent 0bc4bc9c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment