Revert "Qt6 QSoundEffect on macOS"

This reverts commit f6149904c3.
This commit is contained in:
nhmall
2022-04-27 19:00:18 -04:00
parent e8184663e0
commit 75f3008123
2 changed files with 1 additions and 5 deletions

View File

@@ -19,11 +19,7 @@ extern "C" {
#else
/* Qt6 or above */
#include <QtWidgets/QtWidgets>
#ifdef MACOS
#include <QtMultimedia/QSoundEffect>
#else
#include <QSoundEffect>
#endif
#endif /* QT_VERSION */
#include "qt_post.h"
#include "qt_bind.h"