diff options
| author | Linus Jahn <lnj@kaidan.im> | 2021-09-07 14:07:08 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-09-07 14:07:08 +0200 |
| commit | 1c2a092a64c609e10f0fcbf2936b5dae70ee5e8c (patch) | |
| tree | 2a6448a42e249a46a1827e5685b04f2a8104e323 /src/base/QXmppDataForm.cpp | |
| parent | 09571ab88bbf8aa7f29b09036efe2b86688bd7d3 (diff) | |
QXmppDataForm: Merge constructors
Can be done because binary compatibility has been broken.
Diffstat (limited to 'src/base/QXmppDataForm.cpp')
| -rw-r--r-- | src/base/QXmppDataForm.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/base/QXmppDataForm.cpp b/src/base/QXmppDataForm.cpp index 307e6f9e..d37e2c5e 100644 --- a/src/base/QXmppDataForm.cpp +++ b/src/base/QXmppDataForm.cpp @@ -338,15 +338,6 @@ public: /// /// -/// Constructs a QXmppDataForm::Field of the specified \a type. -/// -QXmppDataForm::Field::Field(QXmppDataForm::Field::Type type) - : d(new QXmppDataFormFieldPrivate) -{ - d->type = type; -} - -/// /// Constructs a QXmppDataForm::Field with the specified attributes. /// /// \since QXmpp 1.3 @@ -660,15 +651,6 @@ public: /// /// -/// Constructs a QXmppDataForm of the specified \a type. -/// -QXmppDataForm::QXmppDataForm(Type type) - : d(new QXmppDataFormPrivate) -{ - d->type = type; -} - -/// /// Constructs a QXmppDataForm with the specified attributes. /// /// \since QXmpp 1.3 |
