mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 22:40:02 +02:00
check error message in between implemented in gui
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@157 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
parent
7675b47474
commit
5c78f148b6
@ -26,8 +26,8 @@ int qServer::gui_server_thread_running(0);
|
||||
//-------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
qServer::qServer(multiSlsDetector*& detector, qDetectorMain *t):
|
||||
myDet(detector), myMainTab(t), mySocket(NULL),port_no(DEFAULT_GUI_PORTNO),lockStatus(0){
|
||||
qServer::qServer(qDetectorMain *t):
|
||||
myMainTab(t), mySocket(NULL),port_no(DEFAULT_GUI_PORTNO),lockStatus(0){
|
||||
|
||||
FunctionTable();
|
||||
|
||||
@ -38,7 +38,6 @@ qServer::qServer(multiSlsDetector*& detector, qDetectorMain *t):
|
||||
|
||||
|
||||
qServer::~qServer(){
|
||||
delete myDet;
|
||||
delete myMainTab;
|
||||
if(mySocket) delete mySocket;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user