NOISSUE remove refresh button from servers page

This commit is contained in:
Petr Mrázek
2018-06-30 19:37:54 +02:00
parent 8516a6646e
commit a872085f9a
3 changed files with 0 additions and 14 deletions

View File

@ -740,9 +740,4 @@ void ServersPage::on_moveDownBtn_clicked()
}
}
void ServersPage::on_refreshBtn_clicked()
{
m_model->load();
}
#include "ServersPage.moc"