mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-03 06:54:17 +01:00
Fix missing includes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "spectrogramcontrols.h"
|
||||
#include <QIntValidator>
|
||||
#include <QLabel>
|
||||
#include <cmath>
|
||||
|
||||
SpectrogramControls::SpectrogramControls(const QString & title, QWidget * parent)
|
||||
: QDockWidget::QDockWidget(title, parent)
|
||||
|
||||
Reference in New Issue
Block a user