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"
7#include "qqnxlgmon.h"
8
10
11using namespace Qt::StringLiterals;
12
13QPlatformIntegration *QQnxIntegrationPlugin::create(const QString& system, const QStringList& paramList)
14{
15 if (!system.compare("qnx"_L1, Qt::CaseInsensitive)) {
17 return new QQnxIntegration(paramList);
18 }
19
20 return 0;
21}
22
23QT_END_NAMESPACE
Combined button and popup list for selecting options.
QT_BEGIN_NAMESPACE void qqnxLgmonInit()
Definition qqnxlgmon.h:35