Mercurial > hg > svgui
comparison layer/TimeInstantLayer.cpp @ 429:427e5c58658e
* Fix a nasty and long-standing race condition in MatrixFile's use of
FileReadThread that was causing crashes sometimes
author | Chris Cannam |
---|---|
date | Thu, 09 Oct 2008 20:10:28 +0000 |
parents | f329416bf1a5 |
children | b3140e9e0665 |
comparison
equal
deleted
inserted
replaced
428:55cdd79606ba | 429:427e5c58658e |
---|---|
33 #include <QMessageBox> | 33 #include <QMessageBox> |
34 | 34 |
35 #include <iostream> | 35 #include <iostream> |
36 #include <cmath> | 36 #include <cmath> |
37 | 37 |
38 #define DEBUG_TIME_INSTANT_LAYER 1 | 38 //#define DEBUG_TIME_INSTANT_LAYER 1 |
39 | 39 |
40 TimeInstantLayer::TimeInstantLayer() : | 40 TimeInstantLayer::TimeInstantLayer() : |
41 SingleColourLayer(), | 41 SingleColourLayer(), |
42 m_model(0), | 42 m_model(0), |
43 m_editing(false), | 43 m_editing(false), |