comparison widgets/ActivityLog.cpp @ 862:1986c9b0d9c3 normalize_hybrid_option

Experimentally add the hybrid normalisation as an option (not working well either in UI or implementation)
author Chris Cannam
date Fri, 12 Sep 2014 11:38:55 +0100
parents 34c1203d21b5
children c2e923aa4015
comparison
equal deleted inserted replaced
861:59a22f3bf86d 862:1986c9b0d9c3
28 #include "base/Debug.h" 28 #include "base/Debug.h"
29 29
30 using std::cerr; 30 using std::cerr;
31 using std::endl; 31 using std::endl;
32 32
33 #define PRINT_ACTIVITY 1 33 //#define PRINT_ACTIVITY 1
34 34
35 ActivityLog::ActivityLog() : QDialog() 35 ActivityLog::ActivityLog() : QDialog()
36 { 36 {
37 setWindowTitle(tr("Activity Log")); 37 setWindowTitle(tr("Activity Log"));
38 38