Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtheaders.cpp
Go to the documentation of this file.
1
// Copyright (C) 2017 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Rafael Roquetto <rafael.roquetto@kdab.com>
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3
4
#
include
"qtheaders.h"
5
6
const
char
*
qtHeaders
()
7
{
8
static
const
char
headers[] =
""
9
"#include <QString>\n"
10
"#include <QByteArray>\n"
11
"#include <QUrl>\n"
12
"#include <QRect>\n"
;
13
14
return
headers;
15
}
qtHeaders
const char * qtHeaders()
Definition
qtheaders.cpp:6
qtbase
src
tools
tracegen
qtheaders.cpp
Generated on
for Qt by
1.14.0