mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
12 lines
169 B
C++
12 lines
169 B
C++
#include "vtextblockdata.h"
|
|
|
|
VTextBlockData::VTextBlockData()
|
|
: QTextBlockUserData(),
|
|
m_containsPreviewImage(false)
|
|
{
|
|
}
|
|
|
|
VTextBlockData::~VTextBlockData()
|
|
{
|
|
}
|