QADB release 1.1.0
Fixes issue in C++ QADB
class. This class is header only, and functions were not defined inline, leading to multiple definitions errors. All functions are now inline, and a new namespace QA
was created.
Impact: Users of the C++ QADB
class will need to update their code, specifying the QA
namespace.