diff options
author | Ariya Hidayat <ariya.hidayat@nokia.com> | 2009-04-17 08:20:55 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-17 13:25:57 (GMT) |
commit | 73117a5f3ec66bec4d073f79ce127eca8bce20c3 (patch) | |
tree | 6e1dd006ba0cc579dbf02ebf8cec21f31fff8c4d | |
parent | fc7dc18faacb69f6237f9e7a1350d341e2b638b6 (diff) | |
download | Qt-73117a5f3ec66bec4d073f79ce127eca8bce20c3.zip Qt-73117a5f3ec66bec4d073f79ce127eca8bce20c3.tar.gz Qt-73117a5f3ec66bec4d073f79ce127eca8bce20c3.tar.bz2 |
Add my bugfix.
(cherry picked from commit c01ce578761aefc2c1780047aa666eb7ee96159f)
-rw-r--r-- | dist/changes-4.5.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/changes-4.5.1 b/dist/changes-4.5.1 index 016a99d..a78e946 100644 --- a/dist/changes-4.5.1 +++ b/dist/changes-4.5.1 @@ -241,6 +241,7 @@ Third party components * [248689] Q3ListView would not update under certain condition. - QtWebKit + * [248643] Fixed compiling with -pedantic. * Fix bug in cookie handling (WebKit Bugzilla 24062, Benjamin Meyer). * Fixed support for calling from JavaScript into NPAPI plugins on Windows. * Fixed updating state of WebActions (Erik Bunce) |