| 149 | } |
| 150 | |
| 151 | ValNt<bool> Audacity4Project::needSave() const |
| 152 | { |
| 153 | //! TODO AU4 |
| 154 | // const mu::engraving::MasterScore* score = m_masterNotation->masterScore(); |
| 155 | |
| 156 | // ValNt<bool> needSave; |
| 157 | // needSave.val = score && !score->saved(); |
| 158 | // needSave.notification = m_needSaveNotification; |
| 159 | |
| 160 | // return needSave; |
| 161 | return muse::ValNt<bool>(); |
| 162 | } |
| 163 | |
| 164 | Ret Audacity4Project::canSave() const |
| 165 | { |