diff options
author | Christian Strømme <christian.stromme@nokia.com> | 2011-09-16 10:48:25 (GMT) |
---|---|---|
committer | Christian Strømme <christian.stromme@nokia.com> | 2011-09-16 12:57:19 (GMT) |
commit | bec1b5a8bcd9697374cf9173b224c20ceabb3e95 (patch) | |
tree | 005737351691f093072858136f5e0fb59124fd7c /dist | |
parent | 1aa6a009008ba45e1dd8fb2fbb99a7208db11c81 (diff) | |
download | Qt-bec1b5a8bcd9697374cf9173b224c20ceabb3e95.zip Qt-bec1b5a8bcd9697374cf9173b224c20ceabb3e95.tar.gz Qt-bec1b5a8bcd9697374cf9173b224c20ceabb3e95.tar.bz2 |
Updated change-log for 4.8
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 f1d5d66..a3c2d2b 100644 --- a/dist/changes-4.8.0 +++ b/dist/changes-4.8.0 @@ -64,6 +64,7 @@ QtCore - QUrl: add method for retrieving effective top level domain [QTBUG-13601] (MR-1205) - optimised performance of QFileInfo, QDir, QDirIterator, these classes now share metadata and access the filesystem less - QFile: new open() overloads allow control over whether QFile should close an adopted file handle or not + - Fix QProcess emitting two started signals on X11 [QTBUG-7039] QtGui ----- |