remove QT_NO_SIGNALMAPPER from features

QSignalMapper is a small and extremely low-level interface.

Change-Id: I7e799673c6fe559178739fbc58385141ae3f0789
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Tasuku Suzuki 2012-07-12 02:49:47 +09:00 committed by Qt by Nokia
parent 983ebbc054
commit 38e8f6df78
4 changed files with 0 additions and 16 deletions

View File

@ -175,9 +175,6 @@
// QShortcut
//#define QT_NO_SHORTCUT
// QSignalMapper
//#define QT_NO_SIGNALMAPPER
// QSizeGrip
//#define QT_NO_SIZEGRIP

View File

@ -520,13 +520,6 @@ Requires:
Name: Status Tip
SeeAlso: ???
Feature: SIGNALMAPPER
Description: Supports bundling of signals from identifiable senders.
Section: Widgets
Requires:
Name: QSignalMapper
SeeAlso: ???
Feature: WHATSTHIS
Description: Supports displaying "What's this" help.
Section: Widgets

View File

@ -40,7 +40,6 @@
****************************************************************************/
#include "qsignalmapper.h"
#ifndef QT_NO_SIGNALMAPPER
#include "qhash.h"
#include "qobject_p.h"
@ -305,5 +304,3 @@ QT_END_NAMESPACE
#include "moc_qsignalmapper.cpp"
#endif // QT_NO_SIGNALMAPPER

View File

@ -48,8 +48,6 @@ QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
#ifndef QT_NO_SIGNALMAPPER
class QSignalMapperPrivate;
class Q_CORE_EXPORT QSignalMapper : public QObject
@ -85,7 +83,6 @@ private:
Q_DISABLE_COPY(QSignalMapper)
Q_PRIVATE_SLOT(d_func(), void _q_senderDestroyed())
};
#endif // QT_NO_SIGNALMAPPER
QT_END_NAMESPACE