refs #199, extended core to new functionality

* enable/disable signal/slot log
* redirection of output as qDebug, qWarning, ..
This commit is contained in:
Klaus Basan
2014-04-08 18:19:27 +02:00
parent 35b489d89a
commit 429f79f841
3 changed files with 57 additions and 15 deletions

View File

@@ -3,10 +3,12 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "blackcore/context_runtime.h"
#include "blackmisc/blackmiscfreefunctions.h"
#include "blackcore/context_settings.h"
#include "tool.h"
#include "blackcore/context_runtime.h"
#include "blackcore/context_settings.h"
#include "blackcore/context_application.h"
#include "blackcore/context_application_impl.h"
#include "blackmisc/blackmiscfreefunctions.h"
#include <QtConcurrent/QtConcurrent>
#include <QMetaType>
#include <QMetaMethod>