18#ifndef QGSPROCESSINGMODELCOMMENT_H
19#define QGSPROCESSINGMODELCOMMENT_H
33class CORE_EXPORT QgsProcessingModelComment :
public QgsProcessingModelComponent
39 QgsProcessingModelComment(
const QString &description = QString() );
41 QgsProcessingModelComment *clone() const override
SIP_FACTORY;
47 QVariant toVariant() const;
53 bool loadVariant( const QVariantMap &map );