18#ifndef QGSPROCESSINGMODELCOMMENT_H 
   19#define QGSPROCESSINGMODELCOMMENT_H 
   33class CORE_EXPORT QgsProcessingModelComment : 
public QgsProcessingModelComponent
 
   40    QgsProcessingModelComment( 
const QString &description = QString() );
 
   42    QgsProcessingModelComment *clone() const override 
SIP_FACTORY;
 
   48    QVariant toVariant() const;
 
   54    bool loadVariant( const QVariantMap &map );