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
main.cpp
Go to the documentation of this file.
1// Copyright (C) 2014 by Southwest Research Institute (R)
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
4
5#include <QByteArrayList>
6
7int main(int, char **)
8{
9 QByteArray ba1, ba2, ba3;
11 QByteArrayList longerList = (QByteArrayList() << ba1 << ba2 << ba3);
13}
\inmodule QtCore
\inmodule QtCore
Definition qbytearray.h:57
int main()
[0]
QList< QByteArray > QByteArrayList