You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AppFlow/FITK_Component/FITKOFDriver/FITKOpenFoamMeshingDriverBa...

20 lines
390 B
C++

#include "FITKOpenFoamMeshingDriverBase.h"
#include "FITK_Kernel/FITKAppFramework/FITKAbstractCommandRunner.h"
namespace FoamDriver
{
FITKOpenFoamMeshingDriverBase::~FITKOpenFoamMeshingDriverBase()
{
}
//执行完成的槽函数
void FITKOpenFoamMeshingDriverBase::threadFinishedSlot()
{
//发送执行完成信号
emit sig_Finish();
}
}