SC_SimulateThread::SC_SimulateThread( SC_MainWindow* mw ) : mainWindow( mw ), sim( nullptr ), utf8_options(), tabName(), error_category(), error_str(), success( false ) { connect( this, SIGNAL( finished() ), this, SLOT( sim_finished() ) ); }
SC_SimulateThread::SC_SimulateThread( SC_MainWindow* mw ) : mainWindow( mw ), sim( 0 ) { connect( this, SIGNAL( finished() ), this, SLOT( sim_finished() ) ); }