20 using Ptr = std::shared_ptr<ProgressInterface>;
21 using WeakPtr = std::weak_ptr<ProgressInterface>;
Definition interface.hh:11
Definition progressinterface.hh:18
virtual void setFinished()=0
std::weak_ptr< ProgressInterface > WeakPtr
Definition progressinterface.hh:21
virtual void setWorking(double progress)=0
virtual void setWaiting(double progress=0.0)=0
std::shared_ptr< ProgressInterface > Ptr
Definition progressinterface.hh:20
stub progress
Definition progressinterfaceconversion-tests.cc:65