refs #320 doxygen

This commit is contained in:
Roland Winklmeier
2014-12-14 00:21:00 +01:00
parent b6869affd5
commit 2fa4a88c22

View File

@@ -23,22 +23,17 @@
namespace BlackCore
{
/*!
* Vatlib implementation of the IVoice interface.
*/
//! Vatlib implementation of the IVoice interface.
class CVoiceVatlib : public IVoice
{
Q_OBJECT
public:
/*!
* \brief Constructor
* \param parent
*/
//! Default constructor
CVoiceVatlib(QObject *parent = nullptr);
//! \brief Destructor
//! Destructor
virtual ~CVoiceVatlib();
//! \copydoc IVoice::createVoiceChannel()
@@ -61,9 +56,7 @@ namespace BlackCore
protected: // QObject overrides
/*!
* \brief Process voice lib
*/
//! Process voice lib
virtual void timerEvent(QTimerEvent *);
private: