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
main.cpp
Go to the documentation of this file.
1
// Copyright (C) 2011 - 2014 BlackBerry Limited. All rights reserved.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
// Qt-Security score:significant reason:default
4
5
#
include
"main.h"
6
#
include
"qqnxintegration.h"
7
#
include
"qqnxlgmon.h"
8
9
QT_BEGIN_NAMESPACE
10
11
using
namespace
Qt::StringLiterals;
12
13
QPlatformIntegration *QQnxIntegrationPlugin::create(
const
QString& system,
const
QStringList& paramList)
14
{
15
if
(!system.compare(
"qnx"_L1
, Qt::CaseInsensitive)) {
16
qqnxLgmonInit
(
)
;
17
return
new
QQnxIntegration
(paramList);
18
}
19
20
return
0;
21
}
22
23
QT_END_NAMESPACE
QQnxIntegration
Definition
qqnxintegration.h:47
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
qqnxLgmonInit
QT_BEGIN_NAMESPACE void qqnxLgmonInit()
Definition
qqnxlgmon.h:35
qtbase
src
plugins
platforms
qnx
main.cpp
Generated on
for Qt by
1.16.1