Move account checkboxes to the profile column (oops)
This commit is contained in:
parent
63589d2ba9
commit
84bd5ace6c
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ QVariant AccountList::data(const QModelIndex &index, int role) const
|
||||||
case Qt::CheckStateRole:
|
case Qt::CheckStateRole:
|
||||||
switch (index.column())
|
switch (index.column())
|
||||||
{
|
{
|
||||||
case NameColumn:
|
case ProfileNameColumn:
|
||||||
return account == m_defaultAccount ? Qt::Checked : Qt::Unchecked;
|
return account == m_defaultAccount ? Qt::Checked : Qt::Unchecked;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue