22 QgsProcessingModelComment::QgsProcessingModelComment(
const QString &description )
23 : QgsProcessingModelComponent( description )
25 setSize( QSizeF( 100, 60 ) );
28 QgsProcessingModelComment *QgsProcessingModelComment::clone()
const
30 return new QgsProcessingModelComment( *
this );
33 QVariant QgsProcessingModelComment::toVariant()
const
36 saveCommonProperties( map );
40 bool QgsProcessingModelComment::loadVariant(
const QVariantMap &map )
42 restoreCommonProperties( map );