Mod name to clarify value is int

This commit is contained in:
Simon De Backer
2020-07-23 16:49:31 +02:00
parent 698db4e5c0
commit 7420eeb60d
2 changed files with 5 additions and 5 deletions

View File

@@ -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: