struct CCL::ActionExecuter::JournalDisabler

#include <actionexecuter.h>

struct JournalDisabler
{
    // fields

    ActionExecuter& executor;
    bool wasEnabled;

    // construction

    JournalDisabler (ActionExecuter& executor, bool disable = true);
};