summaryrefslogtreecommitdiffstats
path: root/src/widgets/qlistview.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-11-02 15:27:42 -0500
committerDarrell Anderson <[email protected]>2012-11-02 15:27:42 -0500
commit1ae1be3065a315252a7dfac96a9c981ed6727ae6 (patch)
treec4d51d9066fd845714fe305c9709c33db8073998 /src/widgets/qlistview.cpp
parent308537cb0eb307820f385f38c55dc1ccc47b343b (diff)
parent573f18421513021eee6b951b542574cdaf1e868a (diff)
downloadtqt3-1ae1be3065a315252a7dfac96a9c981ed6727ae6.tar.gz
tqt3-1ae1be3065a315252a7dfac96a9c981ed6727ae6.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
Diffstat (limited to 'src/widgets/qlistview.cpp')
-rw-r--r--src/widgets/qlistview.cpp9
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.
*/