src/gui/image/qpicture.cpp
changeset 22 79de32ba3296
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
   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