diff options
author | Alexandr Akulich <akulichalexander@gmail.com> | 2016-10-09 18:45:06 +0500 |
---|---|---|
committer | Alexandr Akulich <akulichalexander@gmail.com> | 2016-10-09 18:45:42 +0500 |
commit | e35fa2474ecbebcebf652f6d47f1116ca9f278c1 (patch) | |
tree | 03b8c196bf71b1f50c8215be58d054ed5c751a0a /TelepathyQt | |
parent | 0ebfb8ded1aaa80be5f79b26b3dd73e53658e3aa (diff) |
BaseChannelFileTransferType moved to the proper documentation group
Reviewed-by: George Kiagiadakis <gkiagia@tolabaki.gr>
Diffstat (limited to 'TelepathyQt')
-rw-r--r-- | TelepathyQt/base-channel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/base-channel.cpp b/TelepathyQt/base-channel.cpp index 08fb390e..3832f0ba 100644 --- a/TelepathyQt/base-channel.cpp +++ b/TelepathyQt/base-channel.cpp @@ -1004,7 +1004,7 @@ void BaseChannelFileTransferType::Adaptee::provideFile(uint addressType, uint ac /** * \class BaseChannelFileTransferType - * \ingroup servicecm + * \ingroup servicechannel * \headerfile TelepathyQt/base-channel.h <TelepathyQt/BaseChannel> * * \brief Base class of Channel.Type.FileTransfer channel type. |