set_did_eject method

This commit is contained in:
David Kocik
2019-12-18 10:08:17 +01:00
parent 638b66e357
commit a5314501e1
3 changed files with 6 additions and 0 deletions

View File

@@ -572,4 +572,8 @@ bool RemovableDriveManager::get_did_eject()
{
return m_did_eject;
}
void RemovableDriveManager::set_did_eject(const bool b)
{
m_did_eject = b;
}
}}//namespace Slicer::Gui