mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-02 21:49:43 +02:00
Bug fixed: clear project functionality implemented
This commit is contained in:
@@ -102,8 +102,10 @@ void MappingManager::reorderMappings(std::vector<uid> mappingIds)
|
||||
//{
|
||||
//}
|
||||
|
||||
void MappingManager::clearProject()
|
||||
void MappingManager::clearAll()
|
||||
{
|
||||
std::cout << "TODO: implement MappingManager::clearProject() !!!" << std::endl;
|
||||
// We also need to update the GUI accordingly!
|
||||
paintVector.clear();
|
||||
mappingVector.clear();
|
||||
paintMap.clear();
|
||||
mappingMap.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user