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
Mårten Nordheim 2021-02-16 11:35:38 +01:00
parent 0955b610bd
commit 9d19a8ca2f
1 changed files with 1 additions and 1 deletions

View File

@ -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: