diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:18:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:18:57 -0600 |
commit | 752274609034af8c68c46d19bed586ea6ae348b8 (patch) | |
tree | e8e76ca1acfa09d45f399a88cb3ada51992ae574 /sip/qt/qnamespace.sip | |
parent | d2b09f66d0c8c8c26ec613b96d7c248e78a5c52f (diff) | |
download | pytqt-752274609034af8c68c46d19bed586ea6ae348b8.tar.gz pytqt-752274609034af8c68c46d19bed586ea6ae348b8.zip |
Fix retquire
Diffstat (limited to 'sip/qt/qnamespace.sip')
-rw-r--r-- | sip/qt/qnamespace.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qt/qnamespace.sip b/sip/qt/qnamespace.sip index 7bd009c..be20dc2 100644 --- a/sip/qt/qnamespace.sip +++ b/sip/qt/qnamespace.sip @@ -135,7 +135,7 @@ public: typedef uint WState; // WidgetState isn't part of the public API but is used in code - // generated by uic/pyuic, so we implement the minimum retquired. + // generated by uic/pyuic, so we implement the minimum required. enum WidgetState { WState_Polished }; |