Mark QSocketNotifier::activated(int) QT_MOC_COMPAT
Fixes: QTBUG-83888 Pick-to: 6.1 Change-Id: I0833812376a5bf1a024a4b036c09b23760437862 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
0955b610bd
commit
9d19a8ca2f
|
|
@ -84,7 +84,7 @@ Q_SIGNALS:
|
|||
// This means the PMF-based connect(..) will automatically, on recompile, pick up the new
|
||||
// version while the old-style connect(..) can query the metaobject system for this version.
|
||||
#if defined(Q_MOC_RUN) || defined(BUILDING_QSOCKETNOTIFIER) || defined(Q_QDOC)
|
||||
void activated(int socket, QPrivateSignal);
|
||||
QT_MOC_COMPAT void activated(int socket, QPrivateSignal);
|
||||
#endif
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Reference in New Issue