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