diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-20 20:01:48 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-20 20:01:48 -0500 |
commit | 7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (patch) | |
tree | 7ffddfefaf990c9a33ee6a0f317b9133dc58305c /doc/html/ntqsqlpropertymap.html | |
parent | edec8306fb4f7dab5e6b0f368e889581f38ea3bc (diff) | |
download | tqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.tar.gz tqt3-7608f0043b6dfc0b1adcaa8912793e1d3fe7b636.zip |
Automated update from Qt3
Diffstat (limited to 'doc/html/ntqsqlpropertymap.html')
-rw-r--r-- | doc/html/ntqsqlpropertymap.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqsqlpropertymap.html b/doc/html/ntqsqlpropertymap.html index 76a6bdbee..4f2b65864 100644 --- a/doc/html/ntqsqlpropertymap.html +++ b/doc/html/ntqsqlpropertymap.html @@ -164,7 +164,7 @@ Returns the application global TQSqlPropertyMap. <h3 class=fn>void <a name="insert"></a>TQSqlPropertyMap::insert ( const <a href="ntqstring.html">TQString</a> & classname, const <a href="ntqstring.html">TQString</a> & property ) </h3> Insert a new classname/property pair, which is used for custom SQL -field editors. There <em>must</em> be a <tt>Q_PROPERTY</tt> clause in the <em>classname</em> class declaration for the <em>property</em>. +field editors. There <em>must</em> be a <tt>TQ_PROPERTY</tt> clause in the <em>classname</em> class declaration for the <em>property</em>. <p>Example: <a href="sql.html#x2239">sql/overview/custom1/main.cpp</a>. <h3 class=fn>void <a name="installDefaultMap"></a>TQSqlPropertyMap::installDefaultMap ( <a href="ntqsqlpropertymap.html">TQSqlPropertyMap</a> * map )<tt> [static]</tt> |