settings_node.cpp 139 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 #include "settings_node.h" namespace Settings { const Node * SettingsNode::children(int index) const { return &m_children[index]; } }