Home
last modified time | relevance | path

Searched refs:tryAgain (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.cpp312 void AppModel::hadError(bool tryAgain) in hadError() argument
314 qCDebug(requestsLog) << "hadError, will " << (tryAgain ? "" : "not ") << "rety"; in hadError()
319 if (tryAgain) in hadError()
H A Dappmodel.h145 void hadError(bool tryAgain);
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Ddownloadmanager.h64 void tryAgain();
H A Ddownloadmanager.cpp73 connect(tryAgainButton, SIGNAL(clicked()), this, SLOT(tryAgain())); in DownloadItem()
177 void DownloadItem::tryAgain() in tryAgain() function in DownloadItem