Skip to content

Commit 119ce8e

Browse files
authored
Merge pull request openscad#2465 from t0b1as/patch-3
Fix QSound include.
2 parents ca6d36d + ab9ee40 commit 119ce8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mainwin.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
#include "QWordSearchField.h"
9797
#include <QSettings> //Include QSettings for direct operations on settings arrays
9898
#include "QSettingsCached.h"
99-
#include <QtMultimedia/QSound>
99+
#include <QSound>
100100

101101
#if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0))
102102
#include <QTextDocument>

0 commit comments

Comments
 (0)