comparison widgets/KeyReference.cpp @ 609:5f3f5c1e23e8

Add hide method
author Chris Cannam
date Mon, 30 Jan 2012 17:22:48 +0000
parents 3801289761a1
children d632a1e87018
comparison
equal deleted inserted replaced
608:0dba6a391760 609:5f3f5c1e23e8
192 { 192 {
193 // only button is Close 193 // only button is Close
194 m_dialog->hide(); 194 m_dialog->hide();
195 } 195 }
196 196
197 void
198 KeyReference::hide()
199 {
200 if (m_dialog) {
201 m_dialog->hide();
202 }
203 }