mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
NodeConnectionData QDataStream #include
This commit is contained in:
parent
08986dcb17
commit
6f4fc24fb6
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
|
||||
#include "NodeConnectionData.h"
|
||||
|
||||
#include <QtCore/QDataStream>
|
||||
|
||||
NodeConnectionData NodeConnectionData::fromDataStream(QDataStream& dataStream, const HifiSockAddr& senderSockAddr,
|
||||
bool isConnectRequest) {
|
||||
NodeConnectionData newHeader;
|
||||
|
|
Loading…
Reference in a new issue