summaryrefslogtreecommitdiffstats
path: root/tests/auto/qobject/tst_qobject.pro
Commit message (Collapse)AuthorAgeFilesLines
* Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-2/+2
| | | | | | | | | | Complement previous commit by aligning Qt itself to use .files consistently for DEPLOYMENT as well as INSTALLS. This excludes changes to webkit. Task-number: QTBUG-3216 Reviewed-by: axis
* escape backslashesOswald Buddenhagen2010-05-261-1/+1
| | | | this makes windows-style path specs *ugly*. that's intentional. :-P
* Fix certain type-const-ref syntax not recognized by normalizedSignature()Bradley T. Hughes2009-11-301-9/+13
| | | | | | | | | | | | | | | | | | | Normally, const Type & is normalized to just Type, but this didn't work for Template<T>const& or Type*const& types. This now works as expected. However, this changes the way these types are normalized, and existing code using the old syntax will break. We can prevent this breakage by also normalizing the method signature in the metaobject when looking up signals and slots in QObject::connect(). I have added an autotest for this, which includes moc output generated by Qt 4.6's moc. This means we need to bump the metaobject revision number even though we are not adding any new data (only changing the normalized strings we store). Task-number: QTBUG-2407 Task-number: QTBUG-3722 Reviewed-by: ogoffart
* Compile fix.Alessandro Portale2009-08-131-1/+1
| | | | tst_qobject deleteQObjectWhenDeletingEvent needs QtGui.
* Trailing whitespace and tab/space fixes for auto testsJanne Anttila2009-08-041-1/+0
|
* Long live Qt for S60!axis2009-04-241-0/+18