From 573f18421513021eee6b951b542574cdaf1e868a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Nov 2012 22:51:03 -0500 Subject: Automated update from Qt3 --- src/widgets/qlistview.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/widgets/qlistview.cpp') diff --git a/src/widgets/qlistview.cpp b/src/widgets/qlistview.cpp index 9946319a7..37d3b0d2c 100644 --- a/src/widgets/qlistview.cpp +++ b/src/widgets/qlistview.cpp @@ -489,6 +489,15 @@ static TQString qEllipsisText( const TQString &org, const TQFontMetrics &fm, int greater than 1000, to allow for extensions to this class. */ +/*! + Constructs a new top-level list view item with no parent +*/ + +TQListViewItem::TQListViewItem( ) +{ + init(); +} + /*! Constructs a new top-level list view item in the TQListView \a parent. -- cgit v1.2.1