Try to fix Qt error.
--HG-- branch : feature
This commit is contained in:
parent
12162e49e8
commit
3634867c47
|
@ -29,6 +29,8 @@
|
|||
#include "vpiecenode.h"
|
||||
#include "vpiecenode_p.h"
|
||||
|
||||
#include <QDataStream>
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
VPieceNode::VPieceNode()
|
||||
: d(new VPieceNodeData)
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include "../vmisc/def.h"
|
||||
|
||||
class VPieceNodeData;
|
||||
class QDataStream;
|
||||
|
||||
class VPieceNode
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user