mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
problem with segmentation fault when trying to capture config loading logs at start:fixed
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@98 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
@ -27,19 +27,15 @@ class qTabMessages:public QWidget{
|
||||
|
||||
public:
|
||||
/** \short The constructor
|
||||
* @param parent is the parent tab widget
|
||||
* @param parent is the parent tab widget
|
||||
* @param det the detector reference
|
||||
*/
|
||||
qTabMessages(QWidget *parent);
|
||||
qTabMessages(QWidget *parent,multiSlsDetector*& detector);
|
||||
|
||||
/** Destructor
|
||||
*/
|
||||
~qTabMessages();
|
||||
|
||||
/** Set the detetor reference
|
||||
* @param det the detector reference
|
||||
*/
|
||||
void SetDetectorReference(multiSlsDetector*& detector){myDet = detector;};
|
||||
|
||||
|
||||
private:
|
||||
/** The sls detector object */
|
||||
|
Reference in New Issue
Block a user