mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 12:00:42 +02:00
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:
parent
3e01ab5302
commit
b5e66b3681
@ -828,7 +828,7 @@ type
|
||||
|
||||
{ TQtAbstractItemView }
|
||||
|
||||
TQtAbstractItemView = class(TQtWidget)
|
||||
TQtAbstractItemView = class(TQtAbstractScrollArea)
|
||||
private
|
||||
FOldDelegate: QAbstractItemDelegateH;
|
||||
FNewDelegate: QLCLItemDelegateH;
|
||||
|
Loading…
Reference in New Issue
Block a user