┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dolphinfileitemdelegate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinfileitemdelegate.cpp b/src/dolphinfileitemdelegate.cpp
index 7a6ef118e..1c920b853 100644
--- a/src/dolphinfileitemdelegate.cpp
+++ b/src/dolphinfileitemdelegate.cpp
@@ -110,7 +110,7 @@ QPixmap DolphinFileItemDelegate::emblemForState(KVersionControlPlugin::VersionSt
// TODO: all icons that are use here will be replaced by revision control emblems provided by the
// Oxygen team before KDE 4.4
Q_ASSERT(state <= KVersionControlPlugin::ConflictingVersion);
- if ((m_cachedSize != size) || !m_cachedEmblems[state].isNull()) {
+ if ((m_cachedSize != size) || m_cachedEmblems[state].isNull()) {
m_cachedSize = size;
const int iconHeight = size.height();