update the free memory check timer on win32 as well

svn path=/trunk/KDE/kdegraphics/okular/; revision=747259
remotes/origin/KDE/4.0
Pino Toscano 19 years ago
parent 82ac390fd0
commit fb2a432097
  1. 2
      core/document.cpp

@ -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

Loading…
Cancel
Save