comparison view/Pane.cpp @ 1618:f67e9e12e101

Remove line of debug
author Chris Cannam
date Fri, 14 Aug 2020 10:46:11 +0100
parents 4739a1b2266f
children
comparison
equal deleted inserted replaced
1617:cbbb411da977 1618:f67e9e12e101
100 100
101 updateHeadsUpDisplay(); 101 updateHeadsUpDisplay();
102 102
103 connect(this, SIGNAL(regionOutlined(QRect)), 103 connect(this, SIGNAL(regionOutlined(QRect)),
104 this, SLOT(zoomToRegion(QRect))); 104 this, SLOT(zoomToRegion(QRect)));
105
106 cerr << "Pane::Pane(" << this << ") returning" << endl;
107 } 105 }
108 106
109 Pane::~Pane() 107 Pane::~Pane()
110 { 108 {
111 delete m_lastVerticalPannerContextMenu; 109 delete m_lastVerticalPannerContextMenu;