diff options
author | Martin Smith <msmith@trolltech.com> | 2009-07-02 10:38:08 +0200 |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-07-02 10:39:04 +0200 |
commit | 69083610b09aaabbff5e8a177fac713a6a6d46ba (patch) | |
tree | a918f90d8c57f8f79cc7b71d449ab532827af1fd /src/qt3support/sql | |
parent | b4028f5a2195a432059ff26c288d772af47bc14d (diff) | |
download | qt4-tools-69083610b09aaabbff5e8a177fac713a6a6d46ba.tar.gz |
doc: Corrected several qdoc warnings.
Diffstat (limited to 'src/qt3support/sql')
-rw-r--r-- | src/qt3support/sql/q3datatable.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt3support/sql/q3datatable.cpp b/src/qt3support/sql/q3datatable.cpp index 638aff8896..d8d3c2bd14 100644 --- a/src/qt3support/sql/q3datatable.cpp +++ b/src/qt3support/sql/q3datatable.cpp @@ -1726,8 +1726,6 @@ void Q3DataTable::repaintCell( int row, int col ) the content coordinate system. If \a selected is true the cell has been selected and would normally be rendered differently than an unselected cell. - - \sa QSql::isNull() */ void Q3DataTable::paintCell( QPainter * p, int row, int col, const QRect & cr, |