lets go with datamanager

This commit is contained in:
Jan Schuffenhauer
2020-01-20 20:05:51 +01:00
parent 31553b2e94
commit ede3f512cd
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#include "IntelliDatamanager.h"
IntelliDatamanager::IntelliDatamanager()
{
}
void IntelliDatamanager::saveProject(PaintingArea* Canvas, QString filePath){
return;
}
void IntelliDatamanager::loadProject(PaintingArea* Canvas, QString filePath){
return;
}