summaryrefslogtreecommitdiffstats
path: root/src/sql/kernel/qsqlfield.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/kernel/qsqlfield.cpp')
-rw-r--r--src/sql/kernel/qsqlfield.cpp26
1 files changed, 2 insertions, 24 deletions
diff --git a/src/sql/kernel/qsqlfield.cpp b/src/sql/kernel/qsqlfield.cpp
index 5a3d0a1a23..a4d4309da2 100644
--- a/src/sql/kernel/qsqlfield.cpp
+++ b/src/sql/kernel/qsqlfield.cpp
@@ -155,16 +155,8 @@ public:
*/
/*!
- \fn QSqlField::QSqlField(const QString &fieldName, QVariant::Type type)
-
- Constructs an empty field called \a fieldName of variant type \a type.
-
- \sa setRequiredStatus(), setLength(), setPrecision(), setDefaultValue(),
- setGenerated(), setReadOnly()
-*/
-
-/*!
\fn QSqlField::QSqlField(const QString &fieldName, QVariant::Type type, const QString &table)
+ \obsolete Use the constructor using a QMetaType instead
\overload
Constructs an empty field called \a fieldName of variant type \a
@@ -175,21 +167,7 @@ public:
*/
/*!
- \fn QSqlField::QSqlField(const QString &fieldName, QVariant::Type type)
-
- Constructs an empty field called \a fieldName of type \a type.
-
- \sa setRequiredStatus(), setLength(), setPrecision(), setDefaultValue(),
- setGenerated(), setReadOnly()
-*/
-QSqlField::QSqlField(const QString &fieldName, QMetaType type)
-{
- d = new QSqlFieldPrivate(fieldName, type, QString());
- val = QVariant(QMetaType(type), nullptr);
-}
-
-/*!
- \fn QSqlField::QSqlField(const QString &fieldName, QVariant::Type type, const QString &table)
+ \since 6.0
\overload
Constructs an empty field called \a fieldName of type \a