This commit is contained in:
Klaus Basan
2019-10-28 23:55:43 +01:00
committed by Mat Sutcliffe
parent 602e8ab913
commit 209c00b430
2 changed files with 7 additions and 7 deletions

View File

@@ -475,7 +475,7 @@ namespace BlackGui
void CLoginComponent::onDetailsTabChanged(int index) void CLoginComponent::onDetailsTabChanged(int index)
{ {
Q_UNUSED(index); Q_UNUSED(index)
const bool showNetwork = (ui->tw_Details->currentWidget() != ui->tb_FsdDetails); const bool showNetwork = (ui->tw_Details->currentWidget() != ui->tb_FsdDetails);
const CServer server = this->getCurrentServer(); const CServer server = this->getCurrentServer();