Sun, 03 Nov 2019 12:56:42 +0200
added saving of splitter state and recent files
6 | 1 | #include <QFont> |
3 | 2 | #include "comment.h" |
3 | ||
6 | 4 | QFont modelobjects::Comment::textRepresentationFont() const |
5 | { | |
6 | QFont font; | |
7 | font.setItalic(true); | |
8 | return font; | |
9 | } |