aboutsummaryrefslogtreecommitdiffstats
path: root/src/labs/models/qqmltablemodel_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/labs/models/qqmltablemodel_p.h')
-rw-r--r--src/labs/models/qqmltablemodel_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/labs/models/qqmltablemodel_p.h b/src/labs/models/qqmltablemodel_p.h
index 9157c989d3..30fc25f3a2 100644
--- a/src/labs/models/qqmltablemodel_p.h
+++ b/src/labs/models/qqmltablemodel_p.h
@@ -43,7 +43,7 @@ class Q_LABSQMLMODELS_EXPORT QQmlTableModel : public QAbstractTableModel, public
QML_ADDED_IN_VERSION(1, 0)
public:
- QQmlTableModel(QObject *parent = nullptr);
+ explicit QQmlTableModel(QObject *parent = nullptr);
~QQmlTableModel() override;
QVariant rows() const;