mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[coding style] Make some methods const
This commit is contained in:
@@ -374,7 +374,7 @@ bool PythonToolbox::selectLeaf(int selectedRow) {
|
||||
return true;
|
||||
}
|
||||
|
||||
const ToolboxMessageTree * PythonToolbox::rootModel() {
|
||||
const ToolboxMessageTree * PythonToolbox::rootModel() const {
|
||||
return &toolboxModel;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user