Remove an old workaround in QKeySequence.
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>
Thu, 11 Oct 2012 08:51:44 +0000 (10:51 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 16 Oct 2012 00:19:00 +0000 (02:19 +0200)
commit70c45c3b45e4941ed8f4bc1e8c140e62f0c8f255
tree02e367f1c9b723a785f2a633d37ba838edbdc4d7
parentdf880f69c233eec3a06d092eb44bb3731c13229a
Remove an old workaround in QKeySequence.

The workaround is not needed anymore. QMetaType is smart enough to use
dummy functions for types that are not active (switched off by QT_NO_
macros).

It also moves forward Qt build with -qconfig=minimal.

Change-Id: I8308ac8342917a2e32d70836902522e93f2b5014
Reviewed-by: Jing Bai <jing.bai@digia.com>