diff options
Diffstat (limited to 'src/base/QXmppDataForm.h')
| -rw-r--r-- | src/base/QXmppDataForm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/QXmppDataForm.h b/src/base/QXmppDataForm.h index ca249bc8..e9f56196 100644 --- a/src/base/QXmppDataForm.h +++ b/src/base/QXmppDataForm.h @@ -55,6 +55,8 @@ public: Media(const QXmppDataForm::Media &other); ~Media(); + QXmppDataForm::Media& operator=(const QXmppDataForm::Media &other); + int height() const; void setHeight(int height); |
