Ignore:
Timestamp:
May 27, 2022, 3:29:03 PM (23 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncuploadcaster.cpp

    r9734 r9735  
    6464
    6565  _sslIgnoreErrors = (Qt::CheckState(settings.value("sslIgnoreErrors").toInt()) == Qt::Checked);
     66
     67  qRegisterMetaType<QList<QSslError> >("QList<QSslError>");
    6668
    6769  _proxyOutHost = settings.value("proxyHost").toString();
Note: See TracChangeset for help on using the changeset viewer.