MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / setActiveJob

Method setActiveJob

launcher/ui/pages/modplatform/ModModel.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 bool setData(const QModelIndex &index, const QVariant &value, int role) override;
32
33 inline void setActiveJob(NetJob::Ptr ptr) { jobPtr = ptr; }
34 inline NetJob* activeJob() { return jobPtr.get(); }
35
36 /* Ask the API for more information */

Callers 1

searchModsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected