Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmlprofilereventlocation.cpp
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
5
6#include <QtCore/qdatastream.h>
7
9
11{
12 return stream >> location.m_filename >> location.m_line >> location.m_column;
13}
14
16{
17 return stream << location.m_filename << location.m_line << location.m_column;
18}
19
\inmodule QtCore\reentrant
Definition qdatastream.h:46
Combined button and popup list for selecting options.
EGLStreamKHR stream
GLint location
QDataStream & operator<<(QDataStream &stream, const QQmlProfilerEventLocation &location)
QT_BEGIN_NAMESPACE QDataStream & operator>>(QDataStream &stream, QQmlProfilerEventLocation &location)