]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kstandarditemlistwidget.cpp
Do not match daemonized dolphin instances
[dolphin.git] / src / kitemviews / kstandarditemlistwidget.cpp
index f56f68ac54007b826d458ab53e603a5c688c4e91..15c01726fa8b972775d71880bee0ca4cc7298f2d 100644 (file)
@@ -1225,7 +1225,7 @@ void KStandardItemListWidget::updateIconsLayoutTextCache()
                 textInfo->staticText.setText(elidedText);
                 requiredWidth = m_customizedFontMetrics.width(elidedText);
             } else if (role == "rating") {
-               // Use the width of the rating pixmap, because the rating text is empty.
+                // Use the width of the rating pixmap, because the rating text is empty.
                 requiredWidth = m_rating.width();
             }
         }