comparison layer/FlexiNoteLayer.cpp @ 654:f215fba963aa tonioni

bugfixes to compile on Linux again
author gyorgyf
date Tue, 18 Jun 2013 22:18:10 +0100
parents f073611b31d1
children c572a0705223
comparison
equal deleted inserted replaced
653:f073611b31d1 654:f215fba963aa
35 #include <QMessageBox> 35 #include <QMessageBox>
36 36
37 #include <iostream> 37 #include <iostream>
38 #include <cmath> 38 #include <cmath>
39 #include <utility> 39 #include <utility>
40 #include <limits>
40 41
41 FlexiNoteLayer::FlexiNoteLayer() : 42 FlexiNoteLayer::FlexiNoteLayer() :
42 SingleColourLayer(), 43 SingleColourLayer(),
43 44
44 // m_model(0), 45 // m_model(0),
1036 } 1037 }
1037 m_editingPoint.value = value; 1038 m_editingPoint.value = value;
1038 break; 1039 break;
1039 } 1040 }
1040 } 1041 }
1041 <<<<<<< local
1042 if (m_editMode == dragNote) m_editingPoint.value = value;
1043 =======
1044
1045 >>>>>>> other
1046 m_editingCommand->addPoint(m_editingPoint); 1042 m_editingCommand->addPoint(m_editingPoint);
1047 std::cerr << "added new point(" << m_editingPoint.frame << "," << m_editingPoint.duration << ")" << std::endl; 1043 std::cerr << "added new point(" << m_editingPoint.frame << "," << m_editingPoint.duration << ")" << std::endl;
1048 1044
1049 } 1045 }
1050 1046