save nearly done, i guess

need help with the open, if(end of fileName = ".idf")
This commit is contained in:
Jan Schuffenhauer
2020-01-23 14:43:33 +01:00
parent 083368dcab
commit 189f070016
2 changed files with 20 additions and 7 deletions

View File

@@ -61,10 +61,12 @@ void IntelliPhotoGui::slotOpen(){
IntelliDatamanager::loadProject(paintingArea,fileName);
}
}
paintingArea->open(fileName);
}
//paintingArea->open(fileName);
//TODO remove datamanager funciton and enable painting area function
IntelliDatamanager::loadProject(paintingArea,fileName);
UpdateGui();
}
}
}
}
// Called when the user clicks Save As in the menu