src/linetypes/comment.cpp@6ca6e8c647d4
src/linetypes/comment.cpp
Mon, 19 Jul 2021 23:41:52 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Mon, 19 Jul 2021 23:41:52 +0300
- changeset 105
- 6ca6e8c647d4
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
added preview layer code and fixed build warnings
#include <QFont>
#include "comment.h"
QFont ldraw::Comment::textRepresentationFont() const
{
QFont font;
font.setItalic(true);
return font;
}