src/linetypes/comment.h@97c3ce5aa498
src/linetypes/comment.h
Wed, 11 Mar 2020 17:19:28 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Wed, 11 Mar 2020 17:19:28 +0200
- changeset 78
- 97c3ce5aa498
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
fixed signed vs unsigned nonsense in gl::Compiler::idFromColor
#pragma once
#include "object.h"
#include "metacommand.h"
namespace ldraw
{
class Comment;
}
class ldraw::Comment : public MetaCommand
{
using MetaCommand::MetaCommand;
QFont textRepresentationFont() const override;
};