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:
Jesus Fernandez 2017-07-05 11:23:13 +02:00 committed by Jesus Fernandez
parent 207253384b
commit 827e53540c

View File

@ -63,7 +63,8 @@
QT_BEGIN_NAMESPACE
class QTcpServerPrivate : public QObjectPrivate, public QAbstractSocketEngineReceiver
class Q_NETWORK_EXPORT QTcpServerPrivate : public QObjectPrivate,
public QAbstractSocketEngineReceiver
{
Q_DECLARE_PUBLIC(QTcpServer)
public: