Home
last modified time | relevance | path

Searched refs:showProgressDownload (Results 1 – 3 of 3) sorted by relevance

/dports/net/rssguard/rssguard-4.0.4/src/librssguard/gui/toolbars/
H A Dstatusbar.h33 void showProgressDownload(int progress, const QString& tooltip);
H A Dstatusbar.cpp209 void StatusBar::showProgressDownload(int progress, const QString& tooltip) { in showProgressDownload() function in StatusBar
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/miscellaneous/
H A Dapplication.cpp311 …, &DownloadManager::downloadProgressed, mainForm()->statusBar(), &StatusBar::showProgressDownload); in downloadManager()