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