src/gui/text/qfontinfo.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    41 
    41 
    42 #ifndef QFONTINFO_H
    42 #ifndef QFONTINFO_H
    43 #define QFONTINFO_H
    43 #define QFONTINFO_H
    44 
    44 
    45 #include <QtGui/qfont.h>
    45 #include <QtGui/qfont.h>
       
    46 #include <QtCore/qsharedpointer.h>
    46 
    47 
    47 QT_BEGIN_HEADER
    48 QT_BEGIN_HEADER
    48 
    49 
    49 QT_BEGIN_NAMESPACE
    50 QT_BEGIN_NAMESPACE
    50 
    51 
    75     bool rawMode() const;
    76     bool rawMode() const;
    76 
    77 
    77     bool exactMatch() const;
    78     bool exactMatch() const;
    78 
    79 
    79 private:
    80 private:
    80     QFontPrivate *d;
    81     QExplicitlySharedDataPointer<QFontPrivate> d;
    81 };
    82 };
    82 
    83 
    83 QT_END_NAMESPACE
    84 QT_END_NAMESPACE
    84 
    85 
    85 QT_END_HEADER
    86 QT_END_HEADER