RasterProcessTool/BaseCommonLibrary/BaseTool/ShowProessAbstract.cpp

19 lines
275 B
C++
Raw Normal View History

2025-03-25 08:41:05 +00:00
#include "stdafx.h"
#include "ShowProessAbstract.h"
2025-03-25 08:41:05 +00:00
#include "BaseTool.h"
#include "GeoOperator.h"
#include "FileOperator.h"
#include <QString>
2025-03-25 08:41:05 +00:00
void ShowProessAbstract::showProcess(double precent, QString tip)
{
}
void ShowProessAbstract::showToolInfo(QString tip)
{
}