src/linetypes/comment.cpp@5d6a4ad46cc7
src/linetypes/comment.cpp
Wed, 22 Sep 2021 13:28:53 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Wed, 22 Sep 2021 13:28:53 +0300
- changeset 138
- 5d6a4ad46cc7
- parent 134
-
f77d2230e87c
- child 141
-
185eb297dc1e
- permissions
- -rw-r--r--
Document model.h
#include <QFont>
#include "comment.h"
QFont ldraw::Comment::textRepresentationFont() const
{
QFont font;
font.setItalic(true);
return font;
}
ldraw::Object::Type ldraw::Comment::typeIdentifier() const
{
return Type::Comment;
}