mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-01 10:20:04 +02:00
changed uint in qDebugStream so that qtabmessages work on 64bit machine
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@129 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
parent
dbad2a41d8
commit
c21d674e89
@ -84,7 +84,8 @@ protected:
|
||||
|
||||
virtual streamsize xsputn(const char *p, streamsize n) {
|
||||
m_string.append(p, p + n);
|
||||
uint pos = 0;
|
||||
//changed from uint because of 64 bit
|
||||
int pos = 0;
|
||||
|
||||
while (pos != string::npos)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user