summaryrefslogtreecommitdiffstats
path: root/examples/sql/querymodel/customsqlmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/querymodel/customsqlmodel.cpp')
-rw-r--r--examples/sql/querymodel/customsqlmodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sql/querymodel/customsqlmodel.cpp b/examples/sql/querymodel/customsqlmodel.cpp
index 9063911218..e87be12f09 100644
--- a/examples/sql/querymodel/customsqlmodel.cpp
+++ b/examples/sql/querymodel/customsqlmodel.cpp
@@ -1,10 +1,10 @@
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-#include <QtWidgets>
-
#include "customsqlmodel.h"
+#include <QColor>
+
CustomSqlModel::CustomSqlModel(QObject *parent)
: QSqlQueryModel(parent)
{