diff options
author | Martin Smith <msmith@trolltech.com> | 2009-05-08 13:06:45 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-05-08 13:06:45 (GMT) |
commit | 94d44efa7066961211a4d2824e093ba71483b4ed (patch) | |
tree | 16f162bc14bfcb31026e64944e16dc6b835829b2 /src/declarative/3rdparty | |
parent | c7b42eb426a27d3f8124f5c37f39a8b91e3e03e8 (diff) | |
download | Qt-94d44efa7066961211a4d2824e093ba71483b4ed.zip Qt-94d44efa7066961211a4d2824e093ba71483b4ed.tar.gz Qt-94d44efa7066961211a4d2824e093ba71483b4ed.tar.bz2 |
qdoc: Fixed missing end of comment.
Diffstat (limited to 'src/declarative/3rdparty')
-rw-r--r-- | src/declarative/3rdparty/qlistmodelinterface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/3rdparty/qlistmodelinterface.cpp b/src/declarative/3rdparty/qlistmodelinterface.cpp index 5e0544e..7e50378 100644 --- a/src/declarative/3rdparty/qlistmodelinterface.cpp +++ b/src/declarative/3rdparty/qlistmodelinterface.cpp @@ -54,6 +54,7 @@ QT_BEGIN_NAMESPACE /*! \fn QListModelInterface::QListModelInterface(QObject *parent) Constructs a QListModelInterface with the specified \a parent. +*/ /*! \fn QListModelInterface::QListModelInterface(QObjectPrivate &dd, QObject *parent) |