summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra/qmlsqlquery.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/extra/qmlsqlquery.h')
-rw-r--r--src/declarative/extra/qmlsqlquery.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/declarative/extra/qmlsqlquery.h b/src/declarative/extra/qmlsqlquery.h
index 06ade08..8be758f 100644
--- a/src/declarative/extra/qmlsqlquery.h
+++ b/src/declarative/extra/qmlsqlquery.h
@@ -82,8 +82,6 @@ private:
Q_DECLARE_PRIVATE(QmlSqlBind)
};
-QML_DECLARE_TYPE(QmlSqlBind)
-
class QSqlQuery;
class QmlSqlQueryPrivate;
class Q_DECLARATIVE_EXPORT QmlSqlQuery : public QListModelInterface, public QmlParserStatus
@@ -135,10 +133,12 @@ private:
Q_DECLARE_PRIVATE(QmlSqlQuery)
};
-QML_DECLARE_TYPE(QmlSqlQuery)
-
QT_END_NAMESPACE
+QML_DECLARE_TYPE(QmlSqlBind)
+QML_DECLARE_TYPE(QmlSqlQuery)
+
QT_END_HEADER
+
#endif