mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 14:10:54 -04:00
Fixed unused variable warning
This commit is contained in:
parent
c13e2ca341
commit
3dfe4e1288
13 changed files with 11 additions and 16 deletions
|
@ -80,7 +80,6 @@ void JsonApiPage::enableJsonApi(bool checked)
|
|||
bool JsonApiPage::updateParams()
|
||||
{
|
||||
bool ok = true;
|
||||
bool changed = false;
|
||||
|
||||
uint16_t port = static_cast<uint16_t>(ui.portSpinBox->value());
|
||||
QString listenAddress = ui.listenAddressLineEdit->text();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue