diff options
author | Timothy Pearson <[email protected]> | 2012-11-01 22:51:03 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-11-01 22:51:03 -0500 |
commit | 573f18421513021eee6b951b542574cdaf1e868a (patch) | |
tree | 5e5b5301abd67863967999fa05669fd00dcfb378 /src/widgets/qlistview.cpp | |
parent | af6b35e2ebfea3633e92b6f9496dd06ef8523c79 (diff) | |
download | tqt3-573f18421513021eee6b951b542574cdaf1e868a.tar.gz tqt3-573f18421513021eee6b951b542574cdaf1e868a.zip |
Automated update from Qt3
Diffstat (limited to 'src/widgets/qlistview.cpp')
-rw-r--r-- | src/widgets/qlistview.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ -490,6 +490,15 @@ static TQString qEllipsisText( const TQString &org, const TQFontMetrics &fm, int */ /*! + 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. */ |