|
66 | 66 |
|
67 | 67 | {"match": "QImage", "kind": "struct"},
|
68 | 68 | {"match": "QPixmap", "kind": "struct"},
|
| 69 | + {"match": "QBitmap", "kind": "struct"}, |
69 | 70 | {"match": "QTextStream", "kind": "struct"},
|
70 | 71 | {"match": "QPicture", "kind": "struct"},
|
71 | 72 | {"match": "QtPrivate::ResultStoreBase", "kind": "struct"},
|
|
253 | 254 | "qobject_interface_iid",
|
254 | 255 | "qOverload",
|
255 | 256 | "QOverload",
|
| 257 | + "qmlRegisterNamespaceAndRevisions", |
256 | 258 | "qPointerFromVariant",
|
257 | 259 | "QQmlEngine::networkAccessManager",
|
258 | 260 | "QQmlEngine::networkAccessManagerFactory",
|
|
263 | 265 | "QQuickItem::transform",
|
264 | 266 | "QRecursiveMutex",
|
265 | 267 | "qregisterint",
|
| 268 | + "qRegisterNormalizedMetaType.*", |
266 | 269 | "qregisteruint",
|
267 | 270 | "QScopedArrayPointer::if_same_type",
|
268 | 271 | "QScopedPointerArrayDeleter",
|
|
290 | 293 | "QThread::currentThreadId",
|
291 | 294 | "qt_incomplete_metaTypeArray",
|
292 | 295 | "qt_metaTypeArray",
|
| 296 | + "QtFuture::.*whenAll", |
| 297 | + "QtFuture::.*whenAny", |
293 | 298 | "QtMetaTypePrivate::QPairVariantInterfaceConvertFunctor",
|
294 | 299 | "QtMetaTypePrivate::QPairVariantInterfaceImpl",
|
295 | 300 | "Qt::NSizeHints",
|
|
579 | 584 | " * will be met: https://www.gnu.org/licenses/lgpl-3.0.html.",
|
580 | 585 | " */",
|
581 | 586 | ]
|
582 |
| - }, |
583 |
| - { |
584 |
| - "module": "qt.quickcontrols2.*", |
585 |
| - "expectedLines": [ |
586 |
| - "/****************************************************************************", |
587 |
| - "**", |
588 |
| - {"regex": "(\\*\\* Copyright \\(C\\)[^\n]*\n)+"}, |
589 |
| - {"regex": "\\*\\* Contact: [^\n]*\n"}, |
590 |
| - "**", |
591 |
| - {"regex": "\\*\\* This file is part of[^\n]*\n"}, |
592 |
| - "**", |
593 |
| - "** $QT_BEGIN_LICENSE:LGPL3$", |
594 |
| - "** Commercial License Usage", |
595 |
| - "** Licensees holding valid commercial Qt licenses may use this file in", |
596 |
| - "** accordance with the commercial license agreement provided with the", |
597 |
| - "** Software or, alternatively, in accordance with the terms contained in", |
598 |
| - "** a written agreement between you and The Qt Company. For licensing terms", |
599 |
| - "** and conditions see http://www.qt.io/terms-conditions. For further", |
600 |
| - "** information use the contact form at http://www.qt.io/contact-us.", |
601 |
| - "**", |
602 |
| - "** GNU Lesser General Public License Usage", |
603 |
| - "** Alternatively, this file may be used under the terms of the GNU Lesser", |
604 |
| - "** General Public License version 3 as published by the Free Software", |
605 |
| - "** Foundation and appearing in the file LICENSE.LGPLv3 included in the", |
606 |
| - "** packaging of this file. Please review the following information to", |
607 |
| - "** ensure the GNU Lesser General Public License version 3 requirements", |
608 |
| - "** will be met: https://www.gnu.org/licenses/lgpl.html.", |
609 |
| - "**", |
610 |
| - "** GNU General Public License Usage", |
611 |
| - "** Alternatively, this file may be used under the terms of the GNU", |
612 |
| - "** General Public License version 2.0 or later as published by the Free", |
613 |
| - "** Software Foundation and appearing in the file LICENSE.GPL included in", |
614 |
| - "** the packaging of this file. Please review the following information to", |
615 |
| - "** ensure the GNU General Public License version 2.0 requirements will be", |
616 |
| - "** met: http://www.gnu.org/licenses/gpl-2.0.html.", |
617 |
| - "**", |
618 |
| - "** $QT_END_LICENSE$", |
619 |
| - "**", |
620 |
| - "****************************************************************************/", |
621 |
| - ], |
622 |
| - "lines": [ |
623 |
| - "/*", |
624 |
| - " * DQt - D bindings for the Qt Toolkit", |
625 |
| - " *", |
626 |
| - " * GNU Lesser General Public License Usage", |
627 |
| - " * This file may be used under the terms of the GNU Lesser", |
628 |
| - " * General Public License version 3 as published by the Free Software", |
629 |
| - " * Foundation and appearing in the file LICENSE.LGPL3 included in the", |
630 |
| - " * packaging of this file. Please review the following information to", |
631 |
| - " * ensure the GNU Lesser General Public License version 3 requirements", |
632 |
| - " * will be met: https://www.gnu.org/licenses/lgpl-3.0.html.", |
633 |
| - " */", |
634 |
| - ] |
635 | 587 | }
|
636 | 588 | ]
|
637 | 589 | }
|
0 commit comments