src/linetypes/comment.cpp@0f221121849b
src/linetypes/comment.cpp
Thu, 27 Feb 2020 14:38:58 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Thu, 27 Feb 2020 14:38:58 +0200
- changeset 60
- 0f221121849b
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
fixed warning
#include <QFont>
#include "comment.h"
QFont ldraw::Comment::textRepresentationFont() const
{
QFont font;
font.setItalic(true);
return font;
}