6#include <albert/export.h>
23 Action(QString
id, QString text, std::function<
void()> function)
noexcept;
Action used by result items (Item).
Definition action.h:16
QString text
The description of the action.
Definition action.h:29
Action(QString id, QString text, std::function< void()> function) noexcept
Action constructor.
std::function< void()> function
The action function.
Definition action.h:32
QString id
The identifier of the action.
Definition action.h:26