the tip can be null
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=837827
This commit is contained in:
parent
12ec0f5c2b
commit
263870d46d
@ -238,8 +238,10 @@ void ToolTipManagerPrivate::themeUpdated()
|
|||||||
QMapIterator<QGraphicsWidget*, ToolTip *> iterator(tooltips);
|
QMapIterator<QGraphicsWidget*, ToolTip *> iterator(tooltips);
|
||||||
while (iterator.hasNext()) {
|
while (iterator.hasNext()) {
|
||||||
iterator.next();
|
iterator.next();
|
||||||
|
if (iterator.value()) {
|
||||||
iterator.value()->updateTheme();
|
iterator.value()->updateTheme();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void ToolTipManagerPrivate::onWidgetDestroyed(QObject *object)
|
void ToolTipManagerPrivate::onWidgetDestroyed(QObject *object)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user