Mercurial > hg > svgui
comparison widgets/PropertyBox.cpp @ 46:2152e19d7db9
had to include <cmath> in some files to make it compile on the mac
author | Martin Gasser |
---|---|
date | Fri, 03 Mar 2006 17:23:27 +0000 |
parents | ad214997dddb |
children | 2e2ad8510e52 |
comparison
equal
deleted
inserted
replaced
45:25a2915d351d | 46:2152e19d7db9 |
---|---|
24 #include <QLabel> | 24 #include <QLabel> |
25 #include <QFrame> | 25 #include <QFrame> |
26 | 26 |
27 #include <cassert> | 27 #include <cassert> |
28 #include <iostream> | 28 #include <iostream> |
29 #include <cmath> | |
29 | 30 |
30 //#define DEBUG_PROPERTY_BOX 1 | 31 //#define DEBUG_PROPERTY_BOX 1 |
31 | 32 |
32 PropertyBox::PropertyBox(PropertyContainer *container) : | 33 PropertyBox::PropertyBox(PropertyContainer *container) : |
33 m_container(container) | 34 m_container(container) |