aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2019-10-20 16:43:50 +0200
committerLNJ <lnj@kaidan.im>2019-10-23 13:19:32 +0200
commit979918a40759064c01f31bc099217086b81936d9 (patch)
tree29b5803c7d816af2d3cf42a4fd7651a8d9c1cd5c /doc
parent86ca79a0d5480a307e6117798e3c216ad23fca51 (diff)
downloadqxmpp-979918a40759064c01f31bc099217086b81936d9.tar.gz
Refactor data form media element
* Add QXmppDataForm::MediaSource instead of using a QPair<QString, QString> to save the URIs and content types. * Deprecate QXmppDataForm::Media: The extra class was useless: Each Field has exactly one media element and the media element has only two attributes (size and media sources) * Add mediaSources and mediaSize attributes to the QXmppDataForm::Field * Deprecate getters/setters for the Media element of QXmppDataForm::Field (they are still working and tested)
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index b5765cd0..6f1a1575 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -16,4 +16,4 @@ RECURSIVE = YES
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
-PREDEFINED = "QXMPP_DEPRECATED_SINCE(major, minor)="
+PREDEFINED = "QXMPP_DEPRECATED_SINCE(major, minor)=1" "QT_DEPRECATED_X(msg)="