Make QTcpServerPrivate exportable
It is needed to create private implementations of classes inheriting from QTcpServer. Change-Id: I623aa37a6f112dc5db761bf299978ac1ccd52a2f Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
This commit is contained in:
parent
207253384b
commit
827e53540c
@ -63,7 +63,8 @@
|
|||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
class QTcpServerPrivate : public QObjectPrivate, public QAbstractSocketEngineReceiver
|
class Q_NETWORK_EXPORT QTcpServerPrivate : public QObjectPrivate,
|
||||||
|
public QAbstractSocketEngineReceiver
|
||||||
{
|
{
|
||||||
Q_DECLARE_PUBLIC(QTcpServer)
|
Q_DECLARE_PUBLIC(QTcpServer)
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user