Mercurial > hg > sonic-visualiser
comparison main/PreferencesDialog.cpp @ 100:f3516e520652
* Add non-fftw3 fft alternative
| author | Chris Cannam |
|---|---|
| date | Fri, 09 Feb 2007 11:32:34 +0000 |
| parents | e3b32dc5180b |
| children | a46d68ae3c3e |
comparison
equal
deleted
inserted
replaced
| 99:77267127a8ce | 100:f3516e520652 |
|---|---|
| 23 #include <QLabel> | 23 #include <QLabel> |
| 24 #include <QPushButton> | 24 #include <QPushButton> |
| 25 #include <QHBoxLayout> | 25 #include <QHBoxLayout> |
| 26 #include <QString> | 26 #include <QString> |
| 27 | 27 |
| 28 #include <fftw3.h> | |
| 29 | |
| 30 #include "widgets/WindowTypeSelector.h" | 28 #include "widgets/WindowTypeSelector.h" |
| 31 #include "base/Preferences.h" | 29 #include "base/Preferences.h" |
| 32 | 30 |
| 33 PreferencesDialog::PreferencesDialog(QWidget *parent, Qt::WFlags flags) : | 31 PreferencesDialog::PreferencesDialog(QWidget *parent, Qt::WFlags flags) : |
| 34 QDialog(parent, flags) | 32 QDialog(parent, flags) |
