mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Converted public fields of Menu to private.
This commit is contained in:
@@ -436,3 +436,7 @@ void Menu::readLinks() {
|
||||
closedir(dirp);
|
||||
}
|
||||
}
|
||||
|
||||
void Menu::renameSection(int index, const string &name) {
|
||||
sections[index] = name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user