mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 22:58:02 +01: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:
@@ -113,9 +113,8 @@ private:
|
||||
int isDeveloper;
|
||||
|
||||
/**Sets up the layout of the widget
|
||||
* @param fName file name of the config file at start up
|
||||
* */
|
||||
void SetUpWidgetWindow(const string fName);
|
||||
void SetUpWidgetWindow();
|
||||
|
||||
/**Sets up detector
|
||||
* @param fName file name of the config file at start up
|
||||
|
||||
@@ -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