constBegin
svn path=/trunk/KDE/kdelibs/; revision=894558
This commit is contained in:
parent
e328a0a6c1
commit
7bc2bfd8da
2
svg.cpp
2
svg.cpp
@ -211,7 +211,7 @@ class SvgPrivate
|
||||
|
||||
void scheduledCacheUpdate()
|
||||
{
|
||||
QHash<QString, QPixmap>::const_iterator i = itemsToSave.begin();
|
||||
QHash<QString, QPixmap>::const_iterator i = itemsToSave.constBegin();
|
||||
|
||||
while (i != itemsToSave.constEnd()) {
|
||||
//kDebug()<<"Saving item to cache: "<<i.key();
|
||||
|
Loading…
x
Reference in New Issue
Block a user