forked from qt-creator/qt-creator
omit comments from the "AST"
now that the tree will not be written out any more, we can save some cpu and memory by not recording the information.
This commit is contained in:
@@ -34,17 +34,6 @@
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
// --------------- ProItem ------------
|
||||
void ProItem::setComment(const QString &comment)
|
||||
{
|
||||
m_comment = comment;
|
||||
}
|
||||
|
||||
QString ProItem::comment() const
|
||||
{
|
||||
return m_comment;
|
||||
}
|
||||
|
||||
// --------------- ProBlock ----------------
|
||||
|
||||
ProBlock::ProBlock(ProBlock *parent)
|
||||
|
||||
Reference in New Issue
Block a user