svn path=/trunk/KDE/kdebase/apps/; revision=
1061553
// 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);
// 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();
m_cachedSize = size;
const int iconHeight = size.height();