| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
| |
When a bool* is removed, we need to insert the template to pass a dummy
bool* instead of trying to convert it from one of the script parameter
arguments
Also, clean up some whitespace
|
| |
|
|
|
|
|
| |
Mimick change in qtbase.git since the ::Create wrapper can be
simulated with the more generic ::Construct one. See commit
3d575d4845926bd141ff0c14e57427bba79644d0 in qtbase.git for more
discussion
|
| |
|
|
|
|
|
| |
Special case QList<QModelIndex> to avoid Q_DECLARE_METATYPE it since it
creates conflicts. Copied the WTF specifier for this code from the
other special case for QStringList<QString>. May need to revisit this
issue.
|
| |
|
|
|
|
| |
QTextStream cannot be declared as with the metatype system due to a
private copy constructor. Returning it in the generated code (as
these operators do) therefore doesn't work.
|
| |
|
|
|
| |
QList::op_eq_impl is an overloaded function with similar enough signatures
to confuse the parser.
|
| |
|
|
|
| |
We do the same thing as moc and just treat it as a Q_ENUMS(...) macro since
Q_ENUM's syntactic use should be a strict subset of Q_ENUMS'
|
| | |
|
| | |
|
| |
|