qt: revert r15961 #22df1a1eb9. crash of TListView is not a reason of breaking class hierarchi. better fix crash. This revert gives ability to set ListView.BorderStyle on qt

git-svn-id: trunk@18733 -
This commit is contained in:
paul 2009-02-17 14:50:01 +00:00
parent 3e01ab5302
commit b5e66b3681

View File

@ -828,7 +828,7 @@ type
{ TQtAbstractItemView }
TQtAbstractItemView = class(TQtWidget)
TQtAbstractItemView = class(TQtAbstractScrollArea)
private
FOldDelegate: QAbstractItemDelegateH;
FNewDelegate: QLCLItemDelegateH;