Fixed some warnings (left some because they need more attention)
This commit is contained in:
parent
ccae3685ac
commit
468779ba38
6 changed files with 12 additions and 8 deletions
|
|
@ -50,7 +50,7 @@ void ConnectionManagerWindow::on_actionAdd_Connection_triggered()
|
|||
}
|
||||
|
||||
void ConnectionManagerWindow::on_currentChanged(const QModelIndex ¤t,
|
||||
const QModelIndex &previous)
|
||||
const QModelIndex &)
|
||||
{
|
||||
int currow = current.row();
|
||||
auto clm = m_masterController->getConnectionListModel();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue