RasterProcessTool/main.cpp

14 lines
219 B
C++
Raw Normal View History

2024-11-15 01:49:05 +00:00
#include "RasterProcessTool.h"
#include <QtWidgets/QApplication>
int main(int argc, char *argv[])
{
2024-11-15 06:20:19 +00:00
//QApplication a(argc, argv);
//RasterProcessTool w;
//w.show();
//return a.exec();
return 0;
2024-11-15 01:49:05 +00:00
}