src/linetypes/comment.cpp@eee644f88e93
src/linetypes/comment.cpp
Sat, 08 Feb 2020 00:08:57 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Sat, 08 Feb 2020 00:08:57 +0200
- changeset 52
- eee644f88e93
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
avoid having the null id in the selection
#include <QFont>
#include "comment.h"
QFont ldraw::Comment::textRepresentationFont() const
{
QFont font;
font.setItalic(true);
return font;
}