| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
QDeclarativeXXX.
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
|
|
|
|
|
|
|
|
| |
- include headers from own directory with ""
- include headers from own project without private/
- sort includes from most specific to most generic
- make headers self-contained
- some whitespace unification
no attempt was made at making the qt includes consistent regarding the
use of module names and forwarding headers.
no attempt was made at sorting includes.
|
|
|
|
| |
It seems we're going to have to so a syncqt/configure in Qt modules.
|
|
|
|
| |
May help modularization (syncqt and configure are Qt-specific).
|
|
|
|
| |
as it breaks reinstalling the module against existing Qt.
|
| |
|
|
|
|
|
| |
Fix up license headers and private warnings, as well as other general
cleanups.
|
|
|
|
| |
This is necessary so that notify signals on properties defined in an extension object operate correctly.
|
| |
|
|
|