summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2012-11-29 21:39:44 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 18:43:18 +0100
commitef71d4ffcd58a8ef2126248cb573a9819a1fa805 (patch)
tree976a25d71f5d4789ec8f53e14bd36d2011a64ad0 /dist/changes-5.0.0
parent50f8cc54c9cfcb2392b03015231e71e0e274ba3f (diff)
Add few missing entries to the changelog related to QObject and moc
Change-Id: I96fa72f1a0669f0899e8079b214cac54e5d6edef Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.06
1 files changed, 5 insertions, 1 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index c76f216fb5..4a033e2f66 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -508,6 +508,10 @@ QtCore
* QLocale
- [QTBUG-27987] Constructing a QLocale object with the short locale id has been improved.
+* QObject
+ - Added overloads of connect() to connect using pointers to member function
+ - Added QObject::isSignalConnected()
+
QtGui
-----
* Accessibility has been refactored. The hierachy of accessible objects is implemented via
@@ -868,7 +872,7 @@ Qt for Windows CE
* [QTBUG-20785] The moc now has a -b<file> option to #include an additional
file at the beginning of the generated file.
-
+* moc is now able to fully understand and expands preprocessor macros.
- uic