MCPcopy Create free account
hub / github.com/audacity/audacity / needSave

Method needSave

au4/src/project/internal/audacityproject.cpp:151–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151ValNt<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
164Ret Audacity4Project::canSave() const
165{

Callers 3

initMethod · 0.80
loadMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected