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
4
#
include
"main.h"
5
#
include
"qqnxintegration.h"
6
#
include
"qqnxlgmon.h"
7
8
QT_BEGIN_NAMESPACE
9
10
using
namespace
Qt::StringLiterals;
11
12
QPlatformIntegration *QQnxIntegrationPlugin::create(
const
QString& system,
const
QStringList& paramList)
13
{
14
if
(!system.compare(
"qnx"_L1
, Qt::CaseInsensitive)) {
15
qqnxLgmonInit
(
)
;
16
return
new
QQnxIntegration
(paramList);
17
}
18
19
return
0;
20
}
21
22
QT_END_NAMESPACE
QQnxIntegration
Definition
qqnxintegration.h:50
QPlatformGraphicsBufferHelper
\inmodule QtGui
qqnxLgmonInit
QT_BEGIN_NAMESPACE void qqnxLgmonInit()
Definition
qqnxlgmon.h:34
qtbase
src
plugins
platforms
qnx
main.cpp
Generated on
for Qt by
1.14.0