mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Fix name to clarify value is int
This commit is contained in:
@@ -70,7 +70,7 @@ void Machine_info::init_get_Screen_info()
|
|||||||
@brief Machine_info::get_max_screen_width
|
@brief Machine_info::get_max_screen_width
|
||||||
@return max screen width
|
@return max screen width
|
||||||
*/
|
*/
|
||||||
int32_t Machine_info::get_max_screen_width()
|
int32_t Machine_info::i_max_screen_width()
|
||||||
{
|
{
|
||||||
return Max_screen_width;
|
return Max_screen_width;
|
||||||
}
|
}
|
||||||
@@ -79,7 +79,7 @@ int32_t Machine_info::get_max_screen_width()
|
|||||||
@brief Machine_info::get_max_screen_height
|
@brief Machine_info::get_max_screen_height
|
||||||
@return max screen height
|
@return max screen height
|
||||||
*/
|
*/
|
||||||
int32_t Machine_info::get_max_screen_height()
|
int32_t Machine_info::i_max_screen_height()
|
||||||
{
|
{
|
||||||
return Max_screen_height;
|
return Max_screen_height;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user