MCPcopy Create free account
hub / github.com/DistroAV/DistroAV / isUpdatePendingOrShowing

Function isUpdatePendingOrShowing

src/forms/update.cpp:311–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309QPointer<PluginUpdate> update_dialog = nullptr;
310
311bool isUpdatePendingOrShowing()
312{
313 return update_request ||
314#ifdef UPDATE_REQUEST_QT
315 update_reply ||
316#endif
317 update_dialog;
318}
319
320void onCheckForUpdateNetworkFinish(const int httpStatusCode, const QString &responseData, const QString &errorData,
321 UserRequestCallback userRequestCallback)

Callers 2

updateCheckStartFunction · 0.85
showSampleUpdateDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected