src/gui/text/qtextdocumentlayout.cpp
branchRCL_3
changeset 13 c0432d11811c
parent 4 3b1da2848fc7
equal deleted inserted replaced
12:cc75c76972ee 13:c0432d11811c
    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