From 9e1b00d011c7e598c1166af8da170231749bbb38 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Thu, 26 Jul 2012 20:26:35 +0000 Subject: [PATCH] 2012-07-26 13:24 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/uisrcmanager.prg + Added: few more classes which are not derived from QObject. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbide/uisrcmanager.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 788f98349e..f3d89df701 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-07-26 13:24 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbide/uisrcmanager.prg + + Added: few more classes which are not derived from QObject. + 2012-07-26 09:48 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqtgui.ch + Added: QSettings_* and QIODevice_* constants. diff --git a/harbour/contrib/hbide/uisrcmanager.prg b/harbour/contrib/hbide/uisrcmanager.prg index db72ad7be8..fd8536b9b7 100644 --- a/harbour/contrib/hbide/uisrcmanager.prg +++ b/harbour/contrib/hbide/uisrcmanager.prg @@ -719,7 +719,7 @@ METHOD IdeUISrcManager:buildWidget( cBuffer, cPath, cName, cExt, aPrg ) cObj := substr( s, n+2 ) oObj := ::qU:&cObj cCls := __objGetClsName( oObj ) - IF ! ( cCls $ "QSIZEPOLICY,QFONT,QGRIDLAYOUT,QHBOXLAYOUT,QVBOXLAYOUT,QSPACERITEM,QLAYOUT,QSPLITTER,QSCROLLAREA,QTREEWIDGETITEM,QLISTWIDGETITEM" ) + IF ! ( cCls $ "QPIXMAP,QIMAGE,QICON,QSIZEPOLICY,QFONT,QGRIDLAYOUT,QHBOXLAYOUT,QVBOXLAYOUT,QSPACERITEM,QLAYOUT,QSPLITTER,QSCROLLAREA,QTREEWIDGETITEM,QLISTWIDGETITEM" ) aadd( ::aObjByName, cObj ) oObj:setObjectName( cObj )