Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 62:75ce271d0edb
* (Temporarily?) restore layer hierarchy window
author | Chris Cannam |
---|---|
date | Tue, 17 Oct 2006 18:53:08 +0000 |
parents | 06b3c3f437e6 |
children | dc7a73ef69af |
line wrap: on
line diff
--- a/main/MainWindow.cpp Tue Oct 17 13:49:31 2006 +0000 +++ b/main/MainWindow.cpp Tue Oct 17 18:53:08 2006 +0000 @@ -568,14 +568,14 @@ menu->addAction(action); /*!!! This one doesn't work properly yet - + */ menu->addSeparator(); action = new QAction(tr("Show &Layer Hierarchy"), this); action->setShortcut(tr("Alt+L")); connect(action, SIGNAL(triggered()), this, SLOT(showLayerTree())); menu->addAction(action); -*/ +/* */ } if (m_paneMenu) {