Add Qt Application type

This commit is contained in:
Jack Andersen 2018-07-16 12:39:40 -10:00
parent 322c4d3aab
commit fe7f671c0b
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ public:
Win32 = 6, Win32 = 6,
UWP = 7, UWP = 7,
Revolution = 8, Revolution = 8,
Cafe = 9 Cafe = 9,
Qt = 10
}; };
virtual EPlatformType getPlatformType() const=0; virtual EPlatformType getPlatformType() const=0;