included stoptimer bug fix and also screwing up period updates in measurement tab

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@235 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2013-09-18 15:29:21 +00:00
parent 790966e3dd
commit 05d4290ace
2 changed files with 7 additions and 7 deletions

View File

@ -74,7 +74,7 @@ public:
/** To stop ADC Timer when starting acquisition
*/
void StopADCTimer(){adcTimer->stop();};
void StopADCTimer(){if(adcTimer) adcTimer->stop();};
private:
/** The sls detector object */