DPS/DataPlatform/BaseTransform.cpp

29 lines
369 B
C++
Raw Normal View History

2025-06-23 10:41:33 +08:00
#include "BaseTransform.h"
BaseTransform::BaseTransform()
{
}
BaseTransform::~BaseTransform()
{
}
//bool BaseTransform::openFile(QString path)
//{
// return true;
//}
//
//void BaseTransform::closeFile(QString path)
//{
//
//}
//
//bool BaseTransform::importData(QString& errMsg)
//{
// return true;
//}
//
//bool BaseTransform::exportData()
//{
// return true;
//}