Changeset 3627 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Jan 22, 2012, 6:26:26 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3626 r3627  
    22552255
    22562256  t_postProcessing* postProcessing = new t_postProcessing(this);
    2257   connect(postProcessing, SLOT(finished()), this, SIGNAL(slotFinishedPostProcessing));
     2257  connect(postProcessing, SIGNAL(finished()), this, SLOT(slotFinishedPostProcessing()));
    22582258
    22592259  postProcessing->start();
Note: See TracChangeset for help on using the changeset viewer.