Searched defs:sltSetProgress (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkRequestWidget.cpp57 connect(m_pNetworkRequest, SIGNAL(sigProgress(qint64, qint64)), this, SLOT(sltSetProgress(qint64, qint64)));
118 void UINetworkRequestWidget::sltSetProgress(qint64 iReceived, qint64 iTotal) function in class:UINetworkRequestWidget
H A DUINetworkManagerIndicator.cpp62 this, SLOT(sltSetProgress(const QUuid &, qint64, qint64)));
136 void UINetworkManagerIndicator::sltSetProgress(const QUuid &uuid, qint64 iReceived, qint64 iTotal) function in class:UINetworkManagerIndicator

Completed in 42 milliseconds