mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
dolphin: adjust to Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
4f2a08c1c9
commit
30d5561f98
1 changed files with 1 additions and 1 deletions
|
@ -1409,7 +1409,7 @@ void KStandardItemListWidget::closeRoleEditor()
|
|||
|
||||
QPixmap KStandardItemListWidget::pixmapForIcon(const QString& name, const QStringList& overlays, int size)
|
||||
{
|
||||
const QString key = "KStandardItemListWidget:" + name + ":" + overlays.join(":") + ":" + QString::number(size);
|
||||
QByteArray key = "KStandardItemListWidget:" + name.toLatin1() + ":" + overlays.join(":").toLatin1() + ":" + QByteArray::number(size);
|
||||
QPixmap pixmap;
|
||||
|
||||
if (!QPixmapCache::find(key, pixmap)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue