mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 07:01:33 +01:00
solved some warnings
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
//#define SVNPATH ""
|
||||
#define SVNURL "git@git.psi.ch:sls_detectors_software/sls_detector_gui.git"
|
||||
//#define SVNREPPATH ""
|
||||
#define SVNREPUUID "0feb7f734e1ef261dcc82d13df4a5caaf90917f4"
|
||||
//#define SVNREV 0x411
|
||||
#define SVNREPUUID "3d4a8bf5fe9083caedea4cac98ce487cd7608edd"
|
||||
//#define SVNREV 0x412
|
||||
//#define SVNKIND ""
|
||||
//#define SVNSCHED ""
|
||||
#define SVNAUTH "Dhanya_Maliakal"
|
||||
#define SVNREV 0x411
|
||||
#define SVNDATE 0x20170726
|
||||
#define SVNREV 0x412
|
||||
#define SVNDATE 0x20170727
|
||||
//
|
||||
|
||||
@@ -48,7 +48,7 @@ class qDebugStream : public basic_streambuf<char> {
|
||||
|
||||
public:
|
||||
qDebugStream(ostream &stream, QWidget* w) : m_stream(stream), log_window(w) {
|
||||
mutex = PTHREAD_MUTEX_INITIALIZER;
|
||||
pthread_mutex_init(&mutex, NULL);
|
||||
m_old_buf = stream.rdbuf();
|
||||
stream.rdbuf(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user