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:
-
void conan::debug::Dump |
( |
const ConnectionData & |
inData |
) |
|
Dumps the given connection data to the debug output.
- Parameters:
-
[in] | inData | The connection data |
Variable Documentation