src/gui/image/qpicture.cpp
branchRCL_3
changeset 13 c0432d11811c
parent 4 3b1da2848fc7
equal deleted inserted replaced
12:cc75c76972ee 13:c0432d11811c
   106 */
   106 */
   107 
   107 
   108 const char  *qt_mfhdr_tag = "QPIC"; // header tag
   108 const char  *qt_mfhdr_tag = "QPIC"; // header tag
   109 static const quint16 mfhdr_maj = 11; // major version #
   109 static const quint16 mfhdr_maj = 11; // major version #
   110 static const quint16 mfhdr_min = 0; // minor version #
   110 static const quint16 mfhdr_min = 0; // minor version #
   111 extern int qt_defaultDpiX();
   111 Q_GUI_EXPORT extern int qt_defaultDpiX();
   112 extern int qt_defaultDpiY();
   112 Q_GUI_EXPORT extern int qt_defaultDpiY();
   113 
   113 
   114 /*!
   114 /*!
   115     Constructs an empty picture.
   115     Constructs an empty picture.
   116 
   116 
   117     The \a formatVersion parameter may be used to \e create a QPicture
   117     The \a formatVersion parameter may be used to \e create a QPicture