mirror of https://github.com/qt/qtdatavis3d.git
fix namespaced build
Change-Id: I76b85f4e2653f20a368b4b413b29c733a6a3f300 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
This commit is contained in:
parent
7d16c73212
commit
364ed207af
|
|
@ -27,7 +27,10 @@
|
|||
using namespace QtDataVisualization;
|
||||
|
||||
class AudioLevelsIODevice;
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QAudioInput;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class AudioLevels : public QObject
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue