2012-08-31 09:17 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbide/uisrcmanager.prg
    ! Fixed: error pertaining to QPalette() reported by Maurizio, thanks.
This commit is contained in:
Pritpal Bedi
2012-08-31 16:19:21 +00:00
parent 062dcfb5da
commit 93a510f745
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-08-31 09:17 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/uisrcmanager.prg
! Fixed: error pertaining to QPalette() reported by Maurizio, thanks.
2012-08-31 05:35 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbide/resources/align_at.png
* contrib/hbide/resources/browser.png

View File

@@ -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 $ "QPIXMAP,QIMAGE,QICON,QSIZEPOLICY,QFONT,QGRIDLAYOUT,QHBOXLAYOUT,QVBOXLAYOUT,QSPACERITEM,QLAYOUT,QSPLITTER,QSCROLLAREA,QTREEWIDGETITEM,QLISTWIDGETITEM" )
IF ! ( cCls $ "QPALETTE,QPIXMAP,QIMAGE,QICON,QSIZEPOLICY,QFONT,QGRIDLAYOUT,QHBOXLAYOUT,QVBOXLAYOUT,QSPACERITEM,QLAYOUT,QSPLITTER,QSCROLLAREA,QTREEWIDGETITEM,QLISTWIDGETITEM" )
aadd( ::aObjByName, cObj )
oObj:setObjectName( cObj )