From: Olivier Goffart Date: Thu, 29 Nov 2012 20:39:44 +0000 (+0100) Subject: Add few missing entries to the changelog related to QObject and moc X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef71d4ffcd58a8ef2126248cb573a9819a1fa805;p=profile%2Fivi%2Fqtbase.git Add few missing entries to the changelog related to QObject and moc Change-Id: I96fa72f1a0669f0899e8079b214cac54e5d6edef Reviewed-by: Lars Knoll --- diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 index c76f216..4a033e2 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 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