16#ifndef QGSPROCESSINGRECENTALGORITHMLOG_H 
   17#define QGSPROCESSINGRECENTALGORITHMLOG_H 
   36class GUI_EXPORT QgsProcessingRecentAlgorithmLog : 
public QObject
 
   46    QgsProcessingRecentAlgorithmLog( QObject *parent = 
nullptr );
 
   52    QStringList recentAlgorithmIds() 
const;
 
   61    void push( 
const QString &
id );
 
   73    QStringList mRecentAlgorithmIds;