MCPcopy Create free account
hub / github.com/KDE/gwenview / DocumentJob

Method DocumentJob

lib/document/documentjob.cpp:43–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43DocumentJob::DocumentJob()
44 : KCompositeJob(nullptr)
45 , d(new DocumentJobPrivate)
46{
47 auto delegate = new KDialogJobUiDelegate;
48 delegate->setWindow(qApp->activeWindow());
49 delegate->setAutoErrorHandlingEnabled(true);
50 setUiDelegate(delegate);
51}
52
53DocumentJob::~DocumentJob()
54{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected