summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-08-15 11:30:25 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-08-15 11:30:25 (GMT)
commit1c4b284b54c8d0166f777b256d1ac3eedd8ea593 (patch)
tree1ef94cb3ab7022f5e25da360d9a1ded0fb877732 /src
parentcde8eaeab64c95f4445a1f5f900f11426e2b4029 (diff)
downloadQt-1c4b284b54c8d0166f777b256d1ac3eedd8ea593.zip
Qt-1c4b284b54c8d0166f777b256d1ac3eedd8ea593.tar.gz
Qt-1c4b284b54c8d0166f777b256d1ac3eedd8ea593.tar.bz2
Doc: Fixed qdoc warnings.
Diffstat (limited to 'src')
-rw-r--r--src/corelib/io/qnoncontiguousbytedevice.cpp2
-rw-r--r--src/sql/models/qsqlrelationaltablemodel.cpp4
2 files changed, 2 insertions, 4 deletions
diff --git a/src/corelib/io/qnoncontiguousbytedevice.cpp b/src/corelib/io/qnoncontiguousbytedevice.cpp
index 5568920..d5ce56b 100644
--- a/src/corelib/io/qnoncontiguousbytedevice.cpp
+++ b/src/corelib/io/qnoncontiguousbytedevice.cpp
@@ -501,8 +501,6 @@ QNonContiguousByteDevice* QNonContiguousByteDeviceFactory::create(QIODevice *dev
}
/*!
- \fn static QNonContiguousByteDevice* QNonContiguousByteDeviceFactory::create(QRingBuffer *ringBuffer);
-
Create a QNonContiguousByteDevice out of a QRingBuffer.
\internal
diff --git a/src/sql/models/qsqlrelationaltablemodel.cpp b/src/sql/models/qsqlrelationaltablemodel.cpp
index 5b0406f..188259d 100644
--- a/src/sql/models/qsqlrelationaltablemodel.cpp
+++ b/src/sql/models/qsqlrelationaltablemodel.cpp
@@ -715,7 +715,7 @@ void QSqlRelationalTableModel::clear()
\value InnerJoin - Inner join mode, return rows when there is at least one match in both tables.
\value LeftJoin - Left join mode, returns all rows from the left table (table_name1), even if there are no matches in the right table (table_name2).
- \see QSqlRelationalTableModel::setJoinMode
+ \sa QSqlRelationalTableModel::setJoinMode
\since 4.8
*/
@@ -724,7 +724,7 @@ void QSqlRelationalTableModel::clear()
In InnerJoin mode (the default) these rows will not be showed: use the
LeftJoin mode if you want to show them.
- \see QSqlRelationalTableModel::JoinMode
+ \sa QSqlRelationalTableModel::JoinMode
\since 4.8
*/
void QSqlRelationalTableModel::setJoinMode( QSqlRelationalTableModel::JoinMode joinMode )