backport: do not forget to init m_maxAllocatedTextPages

svn path=/branches/KDE/4.1/kdegraphics/okular/; revision=867872
remotes/origin/KDE/4.1
Pino Toscano 18 years ago
parent d0ef9c5899
commit 83078a2912
  1. 1
      core/document_p.h

@ -71,6 +71,7 @@ class DocumentPrivate
m_tempFile( 0 ),
m_docSize( -1 ),
m_allocatedPixmapsTotalMemory( 0 ),
m_maxAllocatedTextPages( 0 ),
m_warnedOutOfMemory( false ),
m_rotation( Rotation0 ),
m_exportCached( false ),

Loading…
Cancel
Save