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"
6#include "qqnxlgmon.h"
7
9
10using namespace Qt::StringLiterals;
11
12QPlatformIntegration *QQnxIntegrationPlugin::create(const QString& system, const QStringList& paramList)
13{
14 if (!system.compare("qnx"_L1, Qt::CaseInsensitive)) {
16 return new QQnxIntegration(paramList);
17 }
18
19 return 0;
20}
21
22QT_END_NAMESPACE
QT_BEGIN_NAMESPACE void qqnxLgmonInit()
Definition qqnxlgmon.h:34