16#ifndef QGSPROCESSINGRECENTALGORITHMLOG_H
17#define QGSPROCESSINGRECENTALGORITHMLOG_H
36class GUI_EXPORT QgsProcessingRecentAlgorithmLog :
public QObject
45 QgsProcessingRecentAlgorithmLog( QObject *parent =
nullptr );
51 QStringList recentAlgorithmIds()
const;
60 void push(
const QString &
id );
71 QStringList mRecentAlgorithmIds;