This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
Hooq currently targets Qt 4.4, for compatibility with Lenny and Intrepid. |
| 2 |
|
| 3 |
Things to be careful for: |
| 4 |
- Do not use QScriptValue::toBool() (new in 4.5) - instead, there's QScriptValue::toBoolean() |
| 5 |
- Do not use QSharedPointer (new in 4.5) - instead, use boost::shared_ptr |
| 6 |
- Do not use QScopedPointer (new in 4.6) - instead, use std::auto_ptr |