diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-02-06 15:58:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-02-06 15:58:53 +0900 |
commit | a0a411065dc5a258e44bab5ab53130036574c177 (patch) | |
tree | df6d23dd0d51f4f301ea0bbc98fa2ebefac1383d /src/widgets/qlistview.cpp | |
parent | 8b9ae3fbf85093ffc3470654630ca76a25b599ad (diff) | |
download | qt3-a0a411065dc5a258e44bab5ab53130036574c177.tar.gz qt3-a0a411065dc5a258e44bab5ab53130036574c177.zip |
Moved iconview widget to src/widget folders.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets/qlistview.cpp')
-rw-r--r-- | src/widgets/qlistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/qlistview.cpp b/src/widgets/qlistview.cpp index 6e2564c..c83ee40 100644 --- a/src/widgets/qlistview.cpp +++ b/src/widgets/qlistview.cpp @@ -2351,7 +2351,7 @@ void QListViewItem::ignoreDoubleClick() item \a i, similar to the QWidget::enterEvent() function. */ -// ### bug here too? see qiconview.cppp onItem/onViewport +// ### bug here too? see qiconview.cpp onItem/onViewport /*! \fn void QListView::onViewport() |