8#ifndef KDBUSADDONS_UPDATELAUNCHENVIRONMENTJOB_H
9#define KDBUSADDONS_UPDATELAUNCHENVIRONMENTJOB_H
11#include <kdbusaddons_export.h>
13#include <QProcessEnvironment>
18class UpdateLaunchEnvironmentJobPrivate;
51 KDBUSADDONS_NO_EXPORT
void start();
54 std::unique_ptr<UpdateLaunchEnvironmentJobPrivate>
const d;
Job for updating the launch environment.
Definition updatelaunchenvironmentjob.h:40