diff options
author | Casper van Donderen <casper.vandonderen@nokia.com> | 2012-04-27 15:18:27 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-04-28 13:53:46 +0200 |
commit | 00b961c37f82977615ab9c4d03e185229cc55154 (patch) | |
tree | bc9012d3ac08c19f2a66b5733dd8450506742243 /src/sql/models/qsqlrelationaldelegate.cpp | |
parent | 82fa92b23cca834481571f0b0a5d66bc33a672e9 (diff) |
Doc: Fix most qdoc errors in QtSql.
- Move 2 images from qtdoc.
- Add "make docs" command for qtsql
- Fix qdoc command usage errors.
Change-Id: Id2f0548d09ed8f77b2317863d443c19d1cccdd83
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/sql/models/qsqlrelationaldelegate.cpp')
-rw-r--r-- | src/sql/models/qsqlrelationaldelegate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/models/qsqlrelationaldelegate.cpp b/src/sql/models/qsqlrelationaldelegate.cpp index 79e026fe577..e58c68f139f 100644 --- a/src/sql/models/qsqlrelationaldelegate.cpp +++ b/src/sql/models/qsqlrelationaldelegate.cpp @@ -53,7 +53,7 @@ QT_BEGIN_NAMESPACE use the class, simply call QAbstractItemView::setItemDelegate() on the view with an instance of QSqlRelationalDelegate: - \snippet examples/sql/relationaltablemodel/relationaltablemodel.cpp 4 + \snippet sql/relationaltablemodel/relationaltablemodel.cpp 4 The \l{sql/relationaltablemodel}{Relational Table Model} example (shown below) illustrates how to use QSqlRelationalDelegate in |