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
parent
7507afccee
commit
3c16330c2d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue