Mercurial > hg > svapp
comparison framework/MainWindowBase.cpp @ 121:087662afe778
* Fix valgrind warning
author | Chris Cannam |
---|---|
date | Wed, 04 Jun 2008 16:09:04 +0000 |
parents | 0c1ea5ff6518 |
children | 74dd55646f52 |
comparison
equal
deleted
inserted
replaced
120:2aa263b384f8 | 121:087662afe778 |
---|---|
111 m_recentFiles("RecentFiles", 20), | 111 m_recentFiles("RecentFiles", 20), |
112 m_recentTransforms("RecentTransforms", 20), | 112 m_recentTransforms("RecentTransforms", 20), |
113 m_documentModified(false), | 113 m_documentModified(false), |
114 m_openingAudioFile(false), | 114 m_openingAudioFile(false), |
115 m_abandoning(false), | 115 m_abandoning(false), |
116 m_labeller(0) | 116 m_labeller(0), |
117 m_lastPlayStatusSec(0) | |
117 { | 118 { |
118 Profiler profiler("MainWindowBase::MainWindowBase"); | 119 Profiler profiler("MainWindowBase::MainWindowBase"); |
119 | 120 |
120 connect(CommandHistory::getInstance(), SIGNAL(commandExecuted()), | 121 connect(CommandHistory::getInstance(), SIGNAL(commandExecuted()), |
121 this, SLOT(documentModified())); | 122 this, SLOT(documentModified())); |