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
qqmlmodelsmodule_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 Research In Motion.
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
4
5#ifndef QQMLMODELSMODULE_H
6#define QQMLMODELSMODULE_H
7
8//
9// W A R N I N G
10// -------------
11//
12// This file is not part of the Qt API. It exists purely as an
13// implementation detail. This header file may change from version to
14// version without notice, or even be removed.
15//
16// We mean it.
17//
18
19#include <QtQml/qqml.h>
20
21#if QT_CONFIG(itemmodel)
22#include <QtCore/qabstractitemmodel.h>
23#include <QtCore/qitemselectionmodel.h>
24#endif
25
26#include <private/qtqmlmodelsglobal_p.h>
27
29
30#if QT_CONFIG(itemmodel)
32{
37};
38
40{
45 QML_UNCREATABLE("QAbstractItemModel is abstract in C++.")
46};
47
49{
54 QML_UNCREATABLE("QAbstractListModel is abstract in C++.")
55};
56#endif
57
59
60#endif
\inmodule QtSql