Functions | Variables

conan::debug Namespace Reference

Contains helper functions for debugging Conan. More...

Functions

void Dump (QObject *inObject)
 Dumps information about signal connections for the given object to the debug output.
void Dump (const ConnectionData &inData)
 Dumps the given connection data to the debug output.

Variables

bool gEnabled = false

Detailed Description

Contains helper functions for debugging Conan.


Function Documentation

void conan::debug::Dump ( QObject *  inObject  ) 

Dumps information about signal connections for the given object to the debug output.

Parameters:
[in] inObject The object
void conan::debug::Dump ( const ConnectionData &  inData  ) 

Dumps the given connection data to the debug output.

Parameters:
[in] inData The connection data

Variable Documentation

bool conan::debug::gEnabled = false