From 77477375d2f9422206819e3ead249a5b856d6a2a Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Thu, 20 Sep 2012 10:40:29 +0000 Subject: [PATCH] 2012-09-20 03:34 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/qth/QImage.qth ! Fixed: missing inheritance from QPaintDevice. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbqt/qtgui/qth/QImage.qth | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c176629bb6..c39385a5ab 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/contrib/hbqt/qtgui/qth/QImage.qth b/harbour/contrib/hbqt/qtgui/qth/QImage.qth index d25f4c6dc2..a89d020dc8 100644 --- a/harbour/contrib/hbqt/qtgui/qth/QImage.qth +++ b/harbour/contrib/hbqt/qtgui/qth/QImage.qth @@ -13,7 +13,7 @@ QObject = no -Inherit = +Inherit = QPaintDevice Type = PlainObject New =