mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Use profile default index instead of ID
--HG-- branch : develop
This commit is contained in:
parent
1fed8f51a0
commit
c1485f500a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ CProfilesDialog::CProfilesDialog():QDialog(), m_currentProfileIndex(-1)
|
||||||
profilesListView->setModel(m_model);
|
profilesListView->setModel(m_model);
|
||||||
serverComboBox->setModel(m_serversModel);
|
serverComboBox->setModel(m_serversModel);
|
||||||
|
|
||||||
int index = m_model->getIndexFromProfileID(CConfigFile::getInstance()->getDefaultProfileIndex());
|
int index = CConfigFile::getInstance()->getDefaultProfileIndex();
|
||||||
|
|
||||||
profilesListView->setCurrentIndex(m_model->index(index, 0));
|
profilesListView->setCurrentIndex(m_model->index(index, 0));
|
||||||
displayProfile(index);
|
displayProfile(index);
|
||||||
|
|
Loading…
Reference in a new issue