Home
last modified time | relevance | path

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

/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/qif/config/
H A Dmymoneyqifprofile.cpp172 m_thousands.clear(); in clear()
173 m_thousands['$'] = in clear()
174 m_thousands['Q'] = in clear()
175 m_thousands['T'] = in clear()
176 m_thousands['O'] = in clear()
223 tmp = QString(m_thousands['Q']) + m_thousands['T'] + m_thousands['I'] + in loadProfile()
224 m_thousands['$'] + m_thousands['O']; in loadProfile()
258 tmp = QString(m_thousands['Q']) + m_thousands['T'] + m_thousands['I'] + in saveProfile()
259 m_thousands['$'] + m_thousands['O']; in saveProfile()
337 m_thousands[def] = ch; in setAmountThousands()
[all …]
H A Dmymoneyqifprofile.h165 QMap<QChar, QChar> m_thousands; variable