Mercurial > hg > sonic-visualiser
comparison main/MainWindow.cpp @ 47:5c6d38edb163
...
author | Chris Cannam |
---|---|
date | Thu, 05 Oct 2006 14:42:42 +0000 |
parents | 47bff9f88882 |
children | 5e2055007bda |
comparison
equal
deleted
inserted
replaced
46:47bff9f88882 | 47:5c6d38edb163 |
---|---|
226 SLOT(preferenceChanged(PropertyContainer::PropertyName))); | 226 SLOT(preferenceChanged(PropertyContainer::PropertyName))); |
227 | 227 |
228 setupMenus(); | 228 setupMenus(); |
229 setupToolbars(); | 229 setupToolbars(); |
230 | 230 |
231 statusBar()->addWidget(m_descriptionLabel); | 231 // statusBar()->addWidget(m_descriptionLabel); |
232 | 232 |
233 newSession(); | 233 newSession(); |
234 } | 234 } |
235 | 235 |
236 MainWindow::~MainWindow() | 236 MainWindow::~MainWindow() |