src/gui/text/qtextdocumentlayout.cpp
changeset 22 79de32ba3296
parent 18 2f34d5167611
child 33 3e2da88830cd
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
    73 #define DEC_INDENT do {} while(0)
    73 #define DEC_INDENT do {} while(0)
    74 #endif
    74 #endif
    75 
    75 
    76 QT_BEGIN_NAMESPACE
    76 QT_BEGIN_NAMESPACE
    77 
    77 
    78 extern int qt_defaultDpi();
    78 Q_GUI_EXPORT extern int qt_defaultDpi();
    79 
    79 
    80 // ################ should probably add frameFormatChange notification!
    80 // ################ should probably add frameFormatChange notification!
    81 
    81 
    82 struct QLayoutStruct;
    82 struct QLayoutStruct;
    83 
    83