Пример #1
0
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() ) );
}
Пример #2
0
SC_SimulateThread::SC_SimulateThread( SC_MainWindow* mw ) :
    mainWindow( mw ),
    sim( 0 )
{
  connect( this, SIGNAL( finished() ), this, SLOT( sim_finished() ) );
}