This commit is contained in:
hypnosis-i2p 2017-09-08 15:59:19 +08:00
parent 1673966e36
commit ef30d2d3b6
6 changed files with 22 additions and 7 deletions

View file

@ -218,3 +218,7 @@ QString TunnelPane::readTunnelTypeComboboxData() {
i2p::data::SigningKeyType TunnelPane::readSigTypeComboboxUI(QComboBox* sigTypeComboBox) {
return (i2p::data::SigningKeyType) sigTypeComboBox->currentData().toInt();
}
void TunnelPane::deleteTunnelForm() {
widgetlocks.deleteListeners();
}