Home
last modified time | relevance | path

Searched refs:filterAccountGroup (Results 1 – 1 of 1) sorted by relevance

/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/dialogs/
H A Dknewaccountdlg.cpp99 QVector<Account::Type> filterAccountGroup {m_account.accountGroup()}; in init() local
121 filterAccountGroup[0] = Account::Type::Income; in init()
124 filterAccountGroup[0] = Account::Type::Asset; in init()
136 m_filterProxyModel->addAccountGroup(filterAccountGroup); in init()