svn path=/trunk/KDE/kdegraphics/okular/; revision=685658
This commit is contained in:
Pino Toscano 2007-07-09 12:34:08 +00:00
parent 94aadef88d
commit f1d5e478ba
2 changed files with 4 additions and 2 deletions

View file

@ -17,7 +17,7 @@ class Okular::FontInfoPrivate
{
public:
FontInfoPrivate()
: name( 0 ), type( FontInfo::Unknown ), embedType( FontInfo::NotEmbedded )
: type( FontInfo::Unknown ), embedType( FontInfo::NotEmbedded )
{
}

View file

@ -27,7 +27,9 @@
#include "core/fontinfo.h"
PropertiesDialog::PropertiesDialog(QWidget *parent, Okular::Document *doc)
: KPageDialog( parent ), m_document( doc ), m_fontScanStarted( false )
: KPageDialog( parent ), m_document( doc ), m_fontPage( 0 ),
m_fontModel( 0 ), m_fontInfo( 0 ), m_fontProgressBar( 0 ),
m_fontScanStarted( false )
{
setFaceType( Tabbed );
setCaption( i18n( "Unknown File" ) );