comparison main/MainWindow.cpp @ 283:d27c322b5d6e

* Avoid crash when "hiding" non-visible splash (I don't quite understand this one, but hey)
author Chris Cannam
date Thu, 13 Nov 2008 18:17:33 +0000
parents 64a8ee011004
children b07566f7ee84
comparison
equal deleted inserted replaced
282:64a8ee011004 283:d27c322b5d6e
269 269
270 statusBar(); 270 statusBar();
271 271
272 newSession(); 272 newSession();
273 273
274 //!!! TransformFactory::getInstance()->startPopulationThread(); 274 TransformFactory::getInstance()->startPopulationThread();
275 } 275 }
276 276
277 MainWindow::~MainWindow() 277 MainWindow::~MainWindow()
278 { 278 {
279 delete m_keyReference; 279 delete m_keyReference;