Un-export QSignalBlocker: it's all inline

Change-Id: I0fb5a30eebd9edba853b7e4bd74cc7e9b06da486
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
Thiago Macieira 2014-04-22 16:45:55 -07:00 committed by The Qt Project
parent c1625ef823
commit 93c6976a39

View File

@ -549,7 +549,7 @@ template <class T> inline const char * qobject_interface_iid()
Q_CORE_EXPORT QDebug operator<<(QDebug, const QObject *);
#endif
class Q_CORE_EXPORT QSignalBlocker
class QSignalBlocker
{
public:
inline explicit QSignalBlocker(QObject *o);