update the free memory check timer on win32 as well

svn path=/trunk/KDE/kdegraphics/okular/; revision=747259
This commit is contained in:
Pino Toscano 2007-12-11 13:52:55 +00:00
parent 82ac390fd0
commit fb2a432097

View file

@ -269,6 +269,8 @@ qulonglong DocumentPrivate::getFreeMemory()
GlobalMemoryStatusEx (&stat);
lastUpdate = QTime::currentTime();
return ( cachedValue = stat.ullAvailPhys );
#else
// tell the memory is full.. will act as in LOW profile