[No changes]
This commit is contained in:
parent
38909a69a6
commit
92456f1da6
29
libs/xassets/xcolumninfo.cpp
Normal file
29
libs/xassets/xcolumninfo.cpp
Normal file
@ -0,0 +1,29 @@
|
||||
#include "xcolumninfo.h"
|
||||
|
||||
XColumnInfo::XColumnInfo()
|
||||
: XAsset()
|
||||
, mPos(0)
|
||||
, mWidth(0)
|
||||
, mMaxChars(0)
|
||||
, mAlignment(0)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
XColumnInfo::~XColumnInfo()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XColumnInfo::ParseData(QDataStream *aStream)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XColumnInfo::Clear()
|
||||
{
|
||||
mPos = 0;
|
||||
mWidth = 0;
|
||||
mMaxChars = 0;
|
||||
mAlignment = 0;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user