Sun, 03 Nov 2019 12:56:42 +0200
added saving of splitter state and recent files
3 | 1 | #pragma once |
2 | #include "modelobject.h" | |
8
44679e468ba9
major update with many things
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
3 | #include "metacommand.h" |
3 | 4 | |
5 | namespace modelobjects | |
6 | { | |
7 | class Comment; | |
8 | } | |
9 | ||
8
44679e468ba9
major update with many things
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
10 | class modelobjects::Comment : public MetaCommand |
3 | 11 | { |
8
44679e468ba9
major update with many things
Teemu Piippo <teemu@hecknology.net>
parents:
6
diff
changeset
|
12 | using MetaCommand::MetaCommand; |
6 | 13 | QFont textRepresentationFont() const override; |
3 | 14 | }; |