ADTF Qt5
Loading...
Searching...
No Matches
qt_to_log_message_handler.h
Go to the documentation of this file.
1
7
8/*
9 * This file depends on Qt which is licensed under LGPLv3.
10 * See ADTF_DIR/3rdparty/qt5 and doc/license for detailed information.
11 */
12
13#pragma once
14
15#include <qlogging.h>
16
17namespace adtf
18{
19namespace ui
20{
21namespace detail
22{
24void qt_to_log_message_handler(QtMsgType eType, const QMessageLogContext& oContext, const QString& strMessage);
26
27} // namespace detail
28} // namespace ui
29} // namespace adtf
Namespace for the ADTF UI SDK.
Definition adtfui_pkg.h:13
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtfui_pkg.h:13