Add few missing entries to the changelog related to QObject and moc
authorOlivier Goffart <ogoffart@woboq.com>
Thu, 29 Nov 2012 20:39:44 +0000 (21:39 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 30 Nov 2012 17:43:18 +0000 (18:43 +0100)
Change-Id: I96fa72f1a0669f0899e8079b214cac54e5d6edef
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
dist/changes-5.0.0

index c76f216..4a033e2 100644 (file)
@@ -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