mirror of https://github.com/AxioDL/amuse.git
Linux compile fixes
This commit is contained in:
parent
3b7d577f73
commit
1604cbeb70
|
@ -1,5 +1,7 @@
|
|||
#include "SampleEditor.hpp"
|
||||
|
||||
#include <cfloat>
|
||||
|
||||
#include <QCheckBox>
|
||||
#include <QPaintEvent>
|
||||
#include <QPainter>
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#include "StatusBarWidget.hpp"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
FXButton::FXButton(QWidget* parent) : QPushButton(parent) {
|
||||
setIcon(QIcon(QStringLiteral(":/icons/IconFX.svg")));
|
||||
setToolTip(tr("Access studio setup window for experimenting with audio effects"));
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue