diff options
author | Olivier Goffart <ogoffart@woboq.com> | 2013-02-05 14:15:45 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-02-06 20:38:24 +0100 |
commit | a620c67e6454f2197f60b076a4baf543a6675eae (patch) | |
tree | adc0584d2708e300b0fe2354b2c69cc55b1f35a8 /dist | |
parent | ca19cba2ac3cf9785b9a2211c4ba7d1e14d87bf2 (diff) | |
download | qtbase-a620c67e6454f2197f60b076a4baf543a6675eae.tar.gz qtbase-a620c67e6454f2197f60b076a4baf543a6675eae.tar.bz2 qtbase-a620c67e6454f2197f60b076a4baf543a6675eae.zip |
Fix copy-paste errors in QtPrivate::ConnectionTypes
That resulted in error such as:
qobject_impl.h(82) : error C2078: too many initializers
This should have been tested by tst_QObject::connectManyArguments, but
the test did not work because the detection of defined QMetaType was broken
for const references. That will be fixed in a latter commit.
Task-number: QTBUG-29130
Change-Id: I78514c251358c0e8adf33af724d87ab114230cd3
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.0.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-5.0.2 b/dist/changes-5.0.2 index 9b90589f46..b97e71ae03 100644 --- a/dist/changes-5.0.2 +++ b/dist/changes-5.0.2 @@ -37,6 +37,10 @@ Legal QtCore ----- + - [QTBUG-29130] Fixed compilation when connecting with the new syntax to a + signal that has more than 3 registered meta type arguments, and the compiler + does not support variadic templates + QtGui ----- |