SVN_SILENT ws fix
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=833492
This commit is contained in:
parent
84a92918a9
commit
504ebb9e0c
@ -200,11 +200,11 @@ bool ToolTipManager::widgetHasToolTip(QGraphicsWidget *widget)
|
||||
|
||||
void ToolTipManagerPrivate::themeUpdated()
|
||||
{
|
||||
QMapIterator<QGraphicsWidget*, ToolTip *> iterator(tooltips);
|
||||
while (iterator.hasNext()) {
|
||||
iterator.next();
|
||||
iterator.value()->updateTheme();
|
||||
}
|
||||
QMapIterator<QGraphicsWidget*, ToolTip *> iterator(tooltips);
|
||||
while (iterator.hasNext()) {
|
||||
iterator.next();
|
||||
iterator.value()->updateTheme();
|
||||
}
|
||||
}
|
||||
|
||||
void ToolTipManagerPrivate::onWidgetDestroyed(QObject *object)
|
||||
|
Loading…
x
Reference in New Issue
Block a user