src/linetypes/comment.h@5d73a6717321
src/linetypes/comment.h
Tue, 28 Sep 2021 22:17:52 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Tue, 28 Sep 2021 22:17:52 +0300
- changeset 144
- 5d73a6717321
- parent 141
-
185eb297dc1e
- permissions
- -rw-r--r--
Fix handling of "BFC INVERTNEXT" with multiple inner whitespaces
#pragma once
#include "object.h"
#include "metacommand.h"
namespace ldraw
{
class Comment;
}
class ldraw::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
Type typeIdentifier() const override;
QString toLDrawCode() const override;
};