Home
last modified time | relevance | path

Searched refs:newProgressItemImpl (Results 1 – 2 of 2) sorted by relevance

/dports/misc/tellico/tellico-3.4.2/src/
H A Dprogressmanager.h100 return newProgressItemImpl(owner, label, canCancel);
126 ProgressItem& newProgressItemImpl(QObject* owner, const QString& label, bool canCancel);
H A Dprogressmanager.cpp161 ProgressItem& ProgressManager::newProgressItemImpl(QObject* owner_, in newProgressItemImpl() function in ProgressManager