diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 18:55:44 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 18:55:44 -0500 |
commit | 6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d (patch) | |
tree | f13bbebb928d6448ff186bc596fa58fa6b8892d9 /doc/man/man3/qsqlpropertymap.3qt | |
parent | 56cd55070ee6c5267fde1aae4d5251e400dea64d (diff) | |
parent | 7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (diff) | |
download | tqt-6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d.tar.gz tqt-6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
Diffstat (limited to 'doc/man/man3/qsqlpropertymap.3qt')
-rw-r--r-- | doc/man/man3/qsqlpropertymap.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qsqlpropertymap.3qt b/doc/man/man3/qsqlpropertymap.3qt index 03a86b3d8..3d0cbe34a 100644 --- a/doc/man/man3/qsqlpropertymap.3qt +++ b/doc/man/man3/qsqlpropertymap.3qt @@ -134,7 +134,7 @@ Note that if the QSqlPropertyMap is installed with installPropertyMap() the obje .SH "QSqlPropertyMap * QSqlPropertyMap::defaultMap ()\fC [static]\fR" Returns the application global QSqlPropertyMap. .SH "void QSqlPropertyMap::insert ( const QString & classname, const QString & property )" -Insert a new classname/property pair, which is used for custom SQL field editors. There \fImust\fR be a \fCQ_PROPERTY\fR clause in the \fIclassname\fR class declaration for the \fIproperty\fR. +Insert a new classname/property pair, which is used for custom SQL field editors. There \fImust\fR be a \fCTQ_PROPERTY\fR clause in the \fIclassname\fR class declaration for the \fIproperty\fR. .PP Example: sql/overview/custom1/main.cpp. .SH "void QSqlPropertyMap::installDefaultMap ( QSqlPropertyMap * map )\fC [static]\fR" |