9#include <QCoreApplication>
12namespace MantidWidgets {
26 : QAction(text, parent), m_isTracking(true), m_trackingName() {
36 : QAction(icon, text, parent), m_isTracking(true), m_trackingName() {
75 return {QCoreApplication::applicationName().toStdString(), QAction::text().remove(
"&").remove(
" ").toStdString()};
#define UNUSED_ARG(x)
Function arguments are sometimes unused in certain implmentations but are required for documentation ...
static T & Instance()
Return a reference to the Singleton instance, creating it if it does not already exist Creation is do...
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...