Sun, 19 Jan 2020 13:53:07 +0200
fixed a pile of nonsense that caused subfiles to go haywire
6 | 1 | #include <QFont> |
3 | 2 | #include "comment.h" |
3 | ||
13 | 4 | QFont linetypes::Comment::textRepresentationFont() const |
6 | 5 | { |
6 | QFont font; | |
7 | font.setItalic(true); | |
8 | return font; | |
9 | } |