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) 2015 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Tobias Koenig <tobias.koenig@kdab.com>
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
"qhaikuintegration.h"
6
7
QT_BEGIN_NAMESPACE
8
9
using
namespace
Qt::StringLiterals;
10
11
QPlatformIntegration *QHaikuIntegrationPlugin::create(
const
QString& system,
const
QStringList& paramList)
12
{
13
if
(!system.compare(
"haiku"_L1
, Qt::CaseInsensitive))
14
return
new
QHaikuIntegration
(paramList);
15
16
return
nullptr
;
17
}
18
19
QT_END_NAMESPACE
QHaikuIntegration
Definition
qhaikuintegration.h:16
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtbase
src
plugins
platforms
haiku
main.cpp
Generated on
for Qt by
1.14.0