refactoring

This commit is contained in:
David Kocik 2019-11-27 11:33:36 +01:00
parent 4bf8a0ef24
commit 72f1adbb44
3 changed files with 64 additions and 71 deletions

View file

@ -363,7 +363,7 @@ std::string AppConfig::get_last_output_dir(const std::string &alt) const
=======
if (GUI::RemovableDriveManager::getInstance().update())
{
return GUI::RemovableDriveManager::getInstance().getLastDrivePath();
return GUI::RemovableDriveManager::getInstance().get_last_drive_path();
}
>>>>>>> removable drive manager - Windows part
const auto it = m_storage.find("");