mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-14 20:30:32 +02:00
yay updated export works 100%
i think
This commit is contained in:
@@ -65,12 +65,13 @@ void IntelliPhotoGui::slotOpen(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(rightFileType){
|
if(rightFileType){
|
||||||
//paintingArea->open(fileName);
|
|
||||||
//TODO remove datamanager funciton and enable painting area function
|
|
||||||
IntelliDatamanager::loadProject(paintingArea,fileName);
|
IntelliDatamanager::loadProject(paintingArea,fileName);
|
||||||
UpdateGui();
|
UpdateGui();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
else{
|
||||||
|
paintingArea->open(fileName);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ bool IntelliDatamanager::saveProject(PaintingArea* Canvas, QString filePath){
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
out << "\nFormat designed and approved by IntelliPhoto Team 7. All rigths reserved.";
|
||||||
openFile.close();
|
openFile.close();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user