18 #ifndef QGSPROCESSINGMODELCOMMENT_H 
   19 #define QGSPROCESSINGMODELCOMMENT_H 
   21 #include "qgis_core.h" 
   33 class 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 );
 
   59 #endif // QGSPROCESSINGMODELCOMMENT_H