User survey: detect the machine the app is running on

We build 32bit Windows binaries - but we really want to know if the OS is
x86_64 or i386. This little hack should give us that information.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-06-30 15:40:08 -07:00
parent 5149bc0df8
commit fd22e8123b
3 changed files with 43 additions and 2 deletions

View file

@ -212,7 +212,9 @@ public:
static QString osKernelVersion();
static QString osVersion();
static QString prettyOsName();
#endif
static QString osArch();
};