QLocalSocket: declare operators for the SocketOptions flag

The flag existed, without the operators.

Change-Id: I386f76b358422fbfc3fbd7b227901803ec27202d
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Giuseppe D'Angelo 2021-04-29 12:55:22 +02:00
parent 7507afccee
commit 3c16330c2d
1 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,8 @@ Q_NETWORK_EXPORT QDebug operator<<(QDebug, QLocalSocket::LocalSocketError);
Q_NETWORK_EXPORT QDebug operator<<(QDebug, QLocalSocket::LocalSocketState);
#endif
Q_DECLARE_OPERATORS_FOR_FLAGS(QLocalSocket::SocketOptions)
QT_END_NAMESPACE
#endif // QLOCALSOCKET_H