Mercurial > hg > svgui
comparison widgets/ActivityLog.cpp @ 863:7c75fae51409
Don't print activity
author | Chris Cannam |
---|---|
date | Fri, 12 Sep 2014 11:50:26 +0100 |
parents | 34c1203d21b5 |
children | c2e923aa4015 |
comparison
equal
deleted
inserted
replaced
861:59a22f3bf86d | 863:7c75fae51409 |
---|---|
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 |