diff options
author | Sinan Tanilkan <sinan.tanilkan@nokia.com> | 2011-09-20 10:34:39 (GMT) |
---|---|---|
committer | Sinan Tanilkan <sinan.tanilkan@nokia.com> | 2011-09-20 10:34:39 (GMT) |
commit | 3c3a0f1a8cadfe1299afdd13889ca9c19be310d0 (patch) | |
tree | 01471856467d4d3dcea9d176645ee1b65b1d64f5 /dist | |
parent | e037eb6dd00e51195380dd68af2c6a0466977529 (diff) | |
download | Qt-3c3a0f1a8cadfe1299afdd13889ca9c19be310d0.zip Qt-3c3a0f1a8cadfe1299afdd13889ca9c19be310d0.tar.gz Qt-3c3a0f1a8cadfe1299afdd13889ca9c19be310d0.tar.bz2 |
Update changelog for Qt 4.8
Change recieved from John Brooks
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.8.0 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0 index fe7691b..84e58f9 100644 --- a/dist/changes-4.8.0 +++ b/dist/changes-4.8.0 @@ -56,6 +56,7 @@ that the changes lead to a leaner API and the change applies to all platforms. - QtConcurrent: added support for c++0x lambda in few functions - QObject: Improved performence of the signal activation - QObject: added ways to connect signals using QMetaMethod + - QObject: added senderSignalIndex method to discover the signal that invoked a slot - QObject: deprecated qFindChild and qFindChildren - QObject: optimize constructions and destruction of objects - QObject: Qt::BlockingQueuedConnection can handle the return value [QTBUG-10440] |