import QtQuick 2.13 import utils 1.0 import "../../../app/AppLayouts/Profile/stores" QtObject { id: root // Some token+currency-related functions are implemented in the profileSectionModule. // We should probably refactor this and move those functions to some Wallet module. property ProfileSectionStore profileSectionStore: ProfileSectionStore {} function getModelIndexForKey(key) { for (var i=0; i