NOISSUE more work on Legacy migration
This commit is contained in:
@ -21,6 +21,12 @@ public:
|
||||
|
||||
QString typeName() const override;
|
||||
QSet<QString> traits() override;
|
||||
|
||||
bool canEdit() const override
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool canExport() const override
|
||||
{
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user