diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2010-05-20 10:22:29 (GMT) |
---|---|---|
committer | Kent Hansen <kent.hansen@nokia.com> | 2010-05-20 10:23:58 (GMT) |
commit | d88905544477283a17580b210e46c93635cf9920 (patch) | |
tree | 7c83ec47f6d59b85e63eb66e4210c76a08008674 /dist | |
parent | 65a673f7ab1955e277246e4c88bec46493265cf3 (diff) | |
download | Qt-d88905544477283a17580b210e46c93635cf9920.zip Qt-d88905544477283a17580b210e46c93635cf9920.tar.gz Qt-d88905544477283a17580b210e46c93635cf9920.tar.bz2 |
update 4.7.0 changes
Mistakenly added something that was fixed for 4.6.3 (it's been moved
to changes-4.6.3 in a different branch).
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.7.0 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dist/changes-4.7.0 b/dist/changes-4.7.0 index a57575e..d6209f4 100644 --- a/dist/changes-4.7.0 +++ b/dist/changes-4.7.0 @@ -54,8 +54,6 @@ QtCore * Significantly improved performance of the type() function - QState * [QTBUG-7741] Added a function to get the out-going transitions - - QStateMachine - * [QTBUG-8842] Reset history states when (re)starting machine - QXmlStreamReader * [QTBUG-9196] fixed crash when parsing - QTimer |