~ubuntu-branches/ubuntu/maverick/kdegraphics/maverick-proposed

« back to all changes in this revision

Viewing changes to okular/core/document_p.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-02 14:03:43 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20091202140343-2732gbkj69g89arq
Tags: 4:4.3.80-0ubuntu1
* New upstream beta release:
  - Add build-depend on shared-desktop-ontologies for nepomuk integration
  - Bump .so versions for libkexiv, libkdcraw and libkipi
  - Update various .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
            m_closingLoop( 0 ),
85
85
            m_scripter( 0 ),
86
86
            m_archiveData( 0 ),
87
 
            m_fontsCached( false )
 
87
            m_fontsCached( false ),
 
88
            m_documentInfo( 0 )
88
89
        {
89
90
            calculateMaxTextPages();
90
91
        }
220
221
 
221
222
        QPointer< FontExtractionThread > m_fontThread;
222
223
        bool m_fontsCached;
 
224
        DocumentInfo *m_documentInfo;
223
225
        FontInfo::List m_fontsCache;
224
226
 
225
227
        QSet< View * > m_views;