mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 08:28:06 +03:00
memory leak fixed
This commit is contained in:
@@ -23,6 +23,7 @@ class TextBlockData : public QTextBlockUserData
|
||||
{
|
||||
public:
|
||||
TextBlockData(){}
|
||||
~TextBlockData();
|
||||
QVector<ParenthesisInfo *> parentheses();
|
||||
void insert(ParenthesisInfo *info);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user