Ignore:
Timestamp:
May 17, 2022, 11:29:08 AM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9714 r9715  
    3636 private slots:
    3737  void slotProxyAuthenticationRequired(const QNetworkProxy&, QAuthenticator*);
    38   //void slotSslErrors(QList<QSslError>);
     38  void slotSslErrors(QList<QSslError>);
    3939
    4040 private:
    4141  void         open();
     42  bool         connectToHost(QString outHost, int outPort, bool encrypted);
    4243  virtual void run();
    4344  bool        _isToBeDeleted;
     
    4748  QString     _casterOutHost;
    4849  int         _casterOutPort;
    49   QString     _proxyHost;
    50   int         _proxyPort;
     50  QString     _proxyOutHost;
     51  int         _proxyOutPort;
    5152  QString     _userName;
    5253  QString     _password;
Note: See TracChangeset for help on using the changeset viewer.