2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 00:27:42 +00:00

Windows fixes

This commit is contained in:
Jack Andersen
2017-12-26 18:10:44 -10:00
parent a686debdcf
commit 4658c9fbc5
7 changed files with 90 additions and 38 deletions

View File

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