diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 16:47:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 16:47:30 -0600 |
commit | d2b09f66d0c8c8c26ec613b96d7c248e78a5c52f (patch) | |
tree | 9800b39774d9dfd7a1c3526ed8438ea0b44e3171 /sip | |
parent | 003f16c7d64a30a5a8b7de3a3fd79f021a866105 (diff) | |
download | pytqt-d2b09f66d0c8c8c26ec613b96d7c248e78a5c52f.tar.gz pytqt-d2b09f66d0c8c8c26ec613b96d7c248e78a5c52f.zip |
Fix Retquired accidental conversion
Diffstat (limited to 'sip')
-rw-r--r-- | sip/qtsql/qsqlfield.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qtsql/qsqlfield.sip b/sip/qtsql/qsqlfield.sip index 42339ab..40f0ce0 100644 --- a/sip/qtsql/qsqlfield.sip +++ b/sip/qtsql/qsqlfield.sip @@ -76,7 +76,7 @@ public: TQSqlFieldInfo(const TQSqlField &,bool = 1); TQSqlField toField() const; - int isRetquired() const; + int isRequired() const; TQVariant::Type type() const; int length() const; int precision() const; |