mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Mod name to clarify value is int
This commit is contained in:
@@ -29,8 +29,8 @@ class Machine_info : public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit Machine_info(QObject *parent = nullptr);
|
||||
int32_t get_max_screen_width();
|
||||
int32_t get_max_screen_height();
|
||||
int32_t i_max_screen_width();
|
||||
int32_t i_max_screen_height();
|
||||
|
||||
signals:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user