4 #include <HEKGuerilla/components/tags/fields/fields.h>
5 #include <HEKGuerilla/components/tags/fields/comment/comment.h>
8 #include "ui_comment.h"
20 Ui::ui_comment_field ui;
21 BlamTagField* field =
nullptr;
22 BlamPluginField_Comment* template_field =
nullptr;
24 void SetCommentType(BlamCommentType comment_type);
27 ui_comment_field(QString title, QString explanation, QWidget *parent = Q_NULLPTR);
28 ui_comment_field(QString title, QString explanation, BlamCommentType comment_type, QWidget* parent = Q_NULLPTR);
30 ui_comment_field(BlamPluginField_Comment* _template, QWidget* parent = Q_NULLPTR);