Mercurial > hg > svapp
comparison framework/Document.cpp @ 171:b5b4af911c98
* A few minor fixes to SliceLayer based on using it for slices of key plots
| author | Chris Cannam |
|---|---|
| date | Fri, 05 Jun 2009 16:08:18 +0000 |
| parents | 0bd09fb9e584 |
| children | fe83e6e68683 |
comparison
equal
deleted
inserted
replaced
| 170:d71dccaa576c | 171:b5b4af911c98 |
|---|---|
| 1024 } | 1024 } |
| 1025 | 1025 |
| 1026 QString | 1026 QString |
| 1027 Document::RemoveLayerCommand::getName() const | 1027 Document::RemoveLayerCommand::getName() const |
| 1028 { | 1028 { |
| 1029 #ifdef DEBUG_DOCUMENT | |
| 1029 std::cerr << "Document::RemoveLayerCommand::getName(): Name is " | 1030 std::cerr << "Document::RemoveLayerCommand::getName(): Name is " |
| 1030 << m_name.toStdString() << std::endl; | 1031 << m_name.toStdString() << std::endl; |
| 1032 #endif | |
| 1031 return m_name; | 1033 return m_name; |
| 1032 } | 1034 } |
| 1033 | 1035 |
| 1034 void | 1036 void |
| 1035 Document::RemoveLayerCommand::execute() | 1037 Document::RemoveLayerCommand::execute() |
