Lightpack icon indicating copy to clipboard operation
Lightpack copied to clipboard

add needed include for qdatastream

Open whyrusleeping opened this issue 9 years ago • 5 comments

Just got my lightpack and the application failed to build due to a missing include (i think its an issue caused by a newer version of qt). This fixed the build for me, figured i'd share.

Error i was experiencing:

qtsingleapplication/src/qtlocalpeer.cpp: In member function ‘bool QtLocalPeer::sendMessage(const QString&, int)’:
qtsingleapplication/src/qtlocalpeer.cpp:160:19: error: variable ‘QDataStream ds’ has initializer but incomplete type
     QDataStream ds(&socket);

whyrusleeping avatar Oct 28 '15 22:10 whyrusleeping