Mercurial > hg > svcore
comparison data/fft/FFTDataServer.cpp @ 236:3e6fee4e4257
* remove some debug and some obsolete moc file includes
author | Chris Cannam |
---|---|
date | Mon, 26 Feb 2007 14:55:08 +0000 |
parents | a867be73b638 |
children | 85bf384db35f |
comparison
equal
deleted
inserted
replaced
235:84ff7ba52993 | 236:3e6fee4e4257 |
---|---|
28 | 28 |
29 #include <QMessageBox> | 29 #include <QMessageBox> |
30 #include <QApplication> | 30 #include <QApplication> |
31 | 31 |
32 | 32 |
33 #define DEBUG_FFT_SERVER 1 | 33 //#define DEBUG_FFT_SERVER 1 |
34 //#define DEBUG_FFT_SERVER_FILL 1 | 34 //#define DEBUG_FFT_SERVER_FILL 1 |
35 | 35 |
36 #ifdef DEBUG_FFT_SERVER_FILL | 36 #ifdef DEBUG_FFT_SERVER_FILL |
37 #ifndef DEBUG_FFT_SERVER | 37 #ifndef DEBUG_FFT_SERVER |
38 #define DEBUG_FFT_SERVER 1 | 38 #define DEBUG_FFT_SERVER 1 |