Commit 18048cae authored by Vladislav Tronko's avatar Vladislav Tronko Committed by Mark Brand
Browse files

Fix typo in QSqlTableModel documentation


Change-Id: I4e9ab7469b028464186d3067759a2cf6fb187b07
Reviewed-by: default avatarMark Brand <mabrand@mabrand.nl>
Showing with 1 addition and 1 deletion
...@@ -494,7 +494,7 @@ QVariant QSqlTableModel::headerData(int section, Qt::Orientation orientation, in ...@@ -494,7 +494,7 @@ QVariant QSqlTableModel::headerData(int section, Qt::Orientation orientation, in
\since 5.0 \since 5.0
Returns \c true if the model contains modified values that have not been Returns \c true if the model contains modified values that have not been
committed to the datase, otherwise false. committed to the database, otherwise false.
*/ */
bool QSqlTableModel::isDirty() const bool QSqlTableModel::isDirty() const
{ {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment