mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 20:00:32 +02:00
lets go with datamanager
This commit is contained in:
16
src/IntelliHelper/IntelliDatamanager.cpp
Normal file
16
src/IntelliHelper/IntelliDatamanager.cpp
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user