Mercurial > hg > svgui
comparison widgets/PropertyStack.cpp @ 939:8744bb5d9fd0 tonioni
Remove some debug; set some gain values
author | Chris Cannam |
---|---|
date | Tue, 31 Mar 2015 13:06:29 +0100 |
parents | 4a578a360011 |
children | 66da6f009edd |
comparison
equal
deleted
inserted
replaced
938:2564d0865feb | 939:8744bb5d9fd0 |
---|---|
28 #include <QIcon> | 28 #include <QIcon> |
29 #include <QTabWidget> | 29 #include <QTabWidget> |
30 | 30 |
31 #include <iostream> | 31 #include <iostream> |
32 | 32 |
33 #define DEBUG_PROPERTY_STACK 1 | 33 //#define DEBUG_PROPERTY_STACK 1 |
34 | 34 |
35 PropertyStack::PropertyStack(QWidget *parent, View *client) : | 35 PropertyStack::PropertyStack(QWidget *parent, View *client) : |
36 QTabWidget(parent), | 36 QTabWidget(parent), |
37 m_client(client) | 37 m_client(client) |
38 { | 38 { |