src/linetypes/comment.h@ed9685f44ab3
src/linetypes/comment.h
Sat, 14 Dec 2019 22:36:06 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Sat, 14 Dec 2019 22:36:06 +0200
- changeset 19
- ed9685f44ab3
- parent 14
-
20d2ed3af73d
- child 35
-
98906a94732f
- permissions
- -rw-r--r--
added missing files
#pragma once
#include "object.h"
#include "metacommand.h"
namespace linetypes
{
class Comment;
}
class linetypes::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};