2012-09-20 03:34 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbqt/qtgui/qth/QImage.qth
    ! Fixed: missing inheritance from QPaintDevice.
This commit is contained in:
Pritpal Bedi
2012-09-20 10:40:29 +00:00
parent 4c47c1e8e4
commit 77477375d2
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-09-20 03:34 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtgui/qth/QImage.qth
! Fixed: missing inheritance from QPaintDevice.
2012-09-20 11:15 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/contrib/xhb/txml.prg
! xHarbour compatibility patch from Jose F. Gimenez - thanks

View File

@@ -13,7 +13,7 @@
<CLASS>
QObject = no
Inherit =
Inherit = QPaintDevice
Type = PlainObject
New =
</CLASS>