Contains Conan debug function declarations. More...
Namespaces | |
namespace | conan |
The main namespace used for all code related to Conan. | |
namespace | conan::debug |
Contains helper functions for debugging Conan. | |
Functions | |
void | conan::debug::Dump (QObject *inObject) |
Dumps information about signal connections for the given object to the debug output. | |
void | conan::debug::Dump (const ConnectionData &inData) |
Dumps the given connection data to the debug output. | |
Variables | |
bool | conan::debug::gEnabled = false |
Contains Conan debug function declarations.
Conan - Connection Analyzer for Qt Copyright (C) 2008 - 2011 Elmar de Koning, edekoning@gmail.com
This file is part of Conan.
Conan is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Conan is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Conan. If not, see <http://www.gnu.org/licenses/>.