Commit Graph

3 Commits

Author SHA1 Message Date
Mikkel Krautz
3dd8f1d980 PlatformCheck: add a reference to the Wine wiki for our Wine detection code. 2018-01-04 16:58:02 +01:00
Mikkel Krautz
159be4bc4c PlatformCheck: do not assign QLibrary::resolve() retval to variable for wider compatibility.
Qt 4 uses 'void *' for this, Qt 5 uses QFunctionPointer -- a typedef to
'void (*)()'.
2018-01-04 12:09:39 +01:00
Mikkel Krautz
3c400f4f02 Add PlatformCheck class, for runtime platform detection. 2018-01-04 11:21:23 +01:00