Changeset 58236 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 14, 2015 1:09:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.cpp
r57677 r58236 247 247 int UINetworkReplyPrivateThread::applyHttpsCertificates() 248 248 { 249 /* Check if we really need SSL: */ 250 if (!m_request.url().toString().startsWith("https:", Qt::CaseInsensitive)) 251 return VINF_SUCCESS; 252 249 253 /* Set thread context: */ 250 254 m_strContext = tr("During certificate downloading");
Note:
See TracChangeset
for help on using the changeset viewer.