mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 10:45:37 +08:00
refs #320 doxygen
This commit is contained in:
@@ -23,22 +23,17 @@
|
|||||||
|
|
||||||
namespace BlackCore
|
namespace BlackCore
|
||||||
{
|
{
|
||||||
/*!
|
//! Vatlib implementation of the IVoice interface.
|
||||||
* Vatlib implementation of the IVoice interface.
|
|
||||||
*/
|
|
||||||
class CVoiceVatlib : public IVoice
|
class CVoiceVatlib : public IVoice
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/*!
|
//! Default constructor
|
||||||
* \brief Constructor
|
|
||||||
* \param parent
|
|
||||||
*/
|
|
||||||
CVoiceVatlib(QObject *parent = nullptr);
|
CVoiceVatlib(QObject *parent = nullptr);
|
||||||
|
|
||||||
//! \brief Destructor
|
//! Destructor
|
||||||
virtual ~CVoiceVatlib();
|
virtual ~CVoiceVatlib();
|
||||||
|
|
||||||
//! \copydoc IVoice::createVoiceChannel()
|
//! \copydoc IVoice::createVoiceChannel()
|
||||||
@@ -61,9 +56,7 @@ namespace BlackCore
|
|||||||
|
|
||||||
protected: // QObject overrides
|
protected: // QObject overrides
|
||||||
|
|
||||||
/*!
|
//! Process voice lib
|
||||||
* \brief Process voice lib
|
|
||||||
*/
|
|
||||||
virtual void timerEvent(QTimerEvent *);
|
virtual void timerEvent(QTimerEvent *);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user