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