Skip to content
Snippets Groups Projects
Commit b2cb2f6e authored by Kai Koehne's avatar Kai Koehne
Browse files

Linux Compile fix

StringBuilder problems ...
parent f0cb9846
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,8 @@ void ItemLibraryItemModel::setItemIconPath(const QString &iconPath)
{
m_iconPath = iconPath;
setProperty(QLatin1String("itemLibraryIconPath"), "image://qmldesigner_itemlibrary/" + iconPath);
setProperty(QLatin1String("itemLibraryIconPath"),
QString(QLatin1String("image://qmldesigner_itemlibrary/") + iconPath));
}
void ItemLibraryItemModel::setItemIconSize(const QSize &itemIconSize)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment