mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 06:40:37 +01:00
[apps/settings] Implement setting menu with a tree (for navigation)
Change-Id: Ie27c3c25085a279c47eb53f3f1054d970b607f8b
This commit is contained in:
9
apps/settings/settings_node.cpp
Normal file
9
apps/settings/settings_node.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "settings_node.h"
|
||||
|
||||
namespace Settings {
|
||||
|
||||
const Node * SettingsNode::children(int index) const {
|
||||
return &m_children[index];
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user