mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 11:50:31 +02:00
17 lines
267 B
C++
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;
|
|
}
|