summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Holthuis <jholthuis@mixxx.org>2022-01-14 22:48:32 +0100
committerJan Holthuis <jholthuis@mixxx.org>2022-01-14 23:12:08 +0100
commitd02677e97e91807162434361e09350aea4ebe8b6 (patch)
treef4772855e57775aa2246149c183e3a4965710952
parent0adfe0cc9321eed476bcf29e1a35c35a3331fe4f (diff)
WEffectPushButton: Include necessary QActionGroup class
-rw-r--r--src/widget/weffectpushbutton.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget/weffectpushbutton.cpp b/src/widget/weffectpushbutton.cpp
index e94ef7f530..a733e51dab 100644
--- a/src/widget/weffectpushbutton.cpp
+++ b/src/widget/weffectpushbutton.cpp
@@ -1,5 +1,6 @@
#include "widget/weffectpushbutton.h"
+#include <QActionGroup>
#include <QtDebug>
#include "moc_weffectpushbutton.cpp"