mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Windows fixes
This commit is contained in:
@@ -17,6 +17,8 @@ class SysReqTableModel : public QAbstractTableModel
|
||||
int m_macosMajor = 0;
|
||||
int m_macosMinor = 0;
|
||||
int m_macosPatch = 0;
|
||||
#elif _WIN32
|
||||
bool m_win7SP1OrGreater = false;
|
||||
#endif
|
||||
QString m_osVersion;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user