35 #include "pqCoreModule.h" 60 virtual operator bool()
const {
return this->Enabled; }
67 inline QDebug &
operator<<(QDebug debug,
const std::string& stdstring)
68 { debug << stdstring.c_str();
return debug.maybeSpace(); }
pqDebugType provides a mechanism for application to define categories for debugging various component...
PQCORE_EXPORT QDebug pqDebug(const pqDebugType &type=pqDebugType())
QDebug & operator<<(QDebug debug, const std::string &stdstring)