Qt 4.8
Public Functions | List of all members
QAudio::RegisterMetaTypes Class Reference

Public Functions

 RegisterMetaTypes ()
 

Detailed Description

Definition at line 51 of file qaudio.cpp.

Constructors and Destructors

◆ RegisterMetaTypes()

QAudio::RegisterMetaTypes::RegisterMetaTypes ( )
inline

Definition at line 54 of file qaudio.cpp.

55  {
56  qRegisterMetaType<QAudio::Error>();
57  qRegisterMetaType<QAudio::State>();
58  qRegisterMetaType<QAudio::Mode>();
59  }

The documentation for this class was generated from the following file: