More robust check for Wintab library loading

Authored by abrahams.

Description

More robust check for Wintab library loading

Defining the library will not necessarily load it until you call
QLibrary::load() or try to resolve a function. Checking instead that we
can load a function tests both that the library is available and that we
can address it correctly.

Details

Committed
abrahamsAug 6 2015, 10:59 PM
Parents
R8:a975e3a7ad00: Merge remote-tracking branch 'origin' into frameworks
Branches
Unknown
Tags
Unknown