mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
Fix compilation warnings in smtp.h (cgreco)
This commit is contained in:
@@ -80,6 +80,8 @@ private slots:
|
||||
void on_randomButton_clicked();
|
||||
void on_addScanFolderButton_clicked();
|
||||
void on_removeScanFolderButton_clicked();
|
||||
void on_btnWebUiCrt_clicked();
|
||||
void on_btnWebUiKey_clicked();
|
||||
void on_registerDNSBtn_clicked();
|
||||
void setLocale(const QString &locale);
|
||||
|
||||
@@ -144,11 +146,17 @@ private:
|
||||
QString webUiPassword() const;
|
||||
QSize sizeFittingScreen() const;
|
||||
|
||||
private:
|
||||
void setSslKey(const QByteArray &key, bool interactive = true);
|
||||
void setSslCertificate(const QByteArray &cert, bool interactive = true);
|
||||
|
||||
private:
|
||||
QButtonGroup choiceLanguage;
|
||||
QAbstractButton *applyButton;
|
||||
AdvancedSettings *advancedSettings;
|
||||
QList<QString> addedScanDirs;
|
||||
// SSL Cert / key
|
||||
QByteArray m_sslCert, m_sslKey;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user