4#ifndef QTQUICKGLOBAL_P_H
5#define QTQUICKGLOBAL_P_H
7#include <QtQml/private/qtqmlglobal_p.h>
8#include <QtGui/private/qtguiglobal_p.h>
9#include <QtQuick/private/qtquick-config_p.h>
11#include <QtCore/qloggingcategory.h>
25#include <QtQuick/qtquickexports.h>
33Q_DECLARE_LOGGING_CATEGORY(lcTouch)
34Q_DECLARE_LOGGING_CATEGORY(lcMouse)
35Q_DECLARE_LOGGING_CATEGORY(lcFocus)
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59#if defined(QT_BUILD_INTERNAL) && defined(QT_BUILD_QUICK_LIB) && defined(QT_SHARED)
60# define Q_QUICK_AUTOTEST_EXPORT Q_DECL_EXPORT
61#elif defined(QT_BUILD_INTERNAL) && defined(QT_SHARED)
62# define Q_QUICK_AUTOTEST_EXPORT Q_DECL_IMPORT
64# define Q_QUICK_AUTOTEST_EXPORT
QDebug Q_QUICK_EXPORT operator<<(QDebug debug, const QQuickWindow *item)