Files
intelliphoto/src/IntelliHelper/IntelliDatamanager.cpp
2020-01-20 20:05:51 +01:00

17 lines
267 B
C++

#include "IntelliDatamanager.h"
IntelliDatamanager::IntelliDatamanager()
{
}
void IntelliDatamanager::saveProject(PaintingArea* Canvas, QString filePath){
return;
}
void IntelliDatamanager::loadProject(PaintingArea* Canvas, QString filePath){
return;
}