diff options
| author | Linus Jahn <lnj@kaidan.im> | 2019-10-21 19:24:50 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2019-10-21 19:24:50 +0200 |
| commit | 70dfa23900a3905285435a10fdaa97462a67016f (patch) | |
| tree | 676f4fb9f2b47c353cc1dfc3c496a481bc3c21c7 /src/client/QXmppUploadRequestManager.h | |
| parent | 4af8f27d6bcbb44d349f4637d4653ac6ca3de09c (diff) | |
| download | qxmpp-70dfa23900a3905285435a10fdaa97462a67016f.tar.gz | |
QXmppUploadRequestManager: Fix doxygen warnings
Diffstat (limited to 'src/client/QXmppUploadRequestManager.h')
| -rw-r--r-- | src/client/QXmppUploadRequestManager.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/client/QXmppUploadRequestManager.h b/src/client/QXmppUploadRequestManager.h index d83130f7..7fc7e653 100644 --- a/src/client/QXmppUploadRequestManager.h +++ b/src/client/QXmppUploadRequestManager.h @@ -34,10 +34,9 @@ class QXmppHttpUploadSlotIq; class QXmppUploadServicePrivate; class QXmppUploadRequestManagerPrivate; -/// \class QXmppUploadService The QXmppUploadService represents an HTTP File -/// Upload service. +/// \brief QXmppUploadService represents an HTTP File Upload service. /// -/// It is only used to store the JID and maximum file size for uploads. +/// It is used to store the JID and maximum file size for uploads. class QXMPP_EXPORT QXmppUploadService { @@ -58,8 +57,8 @@ private: QSharedDataPointer<QXmppUploadServicePrivate> d; }; -/// \class QXmppUploadRequestManager This class implements the core of -/// XEP-0369: HTTP File Upload. +/// \brief The QXmppUploadRequestManager implements the core of XEP-0369: HTTP +/// File Upload. /// /// It handles the discovery of QXmppUploadServices and can send upload /// requests and outputs the upload slots. It doesn't do the actual upload via. @@ -94,7 +93,6 @@ private: class QXMPP_EXPORT QXmppUploadRequestManager : public QXmppClientExtension { Q_OBJECT - Q_PROPERTY(bool serviceFound READ serviceFound NOTIFY serviceFoundChanged) public: QXmppUploadRequestManager(); @@ -122,10 +120,10 @@ signals: /// Emitted when the slot request failed. /// - /// You can get the reason from the QXmppStanza::Error of the returned - /// request. + /// \param request The sent IQ with an QXmppStanza::Error from the server. void requestFailed(const QXmppHttpUploadRequestIq &request); + /// Emitted when the first upload service has been found. void serviceFoundChanged(); protected: |
