2025-08-17 13:14:17 -04:00
|
|
|
#include "xcleafbrushnodeleaf.h"
|
|
|
|
|
|
|
|
|
|
XCLeafBrushNodeLeaf::XCLeafBrushNodeLeaf()
|
2025-09-05 18:35:17 -04:00
|
|
|
: XCLeafBrushNodeData()
|
|
|
|
|
, mBrushes() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
XCLeafBrushNodeLeaf::~XCLeafBrushNodeLeaf()
|
|
|
|
|
{
|
|
|
|
|
|
2025-08-17 13:14:17 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void XCLeafBrushNodeLeaf::ParseData(QDataStream *aStream) {
|
|
|
|
|
if (GetPtr() == -1) {
|
|
|
|
|
// We would parse brushes here, but we're using a placeholder
|
|
|
|
|
}
|
|
|
|
|
}
|