slsdet clear errormask fixed, qmessage not printing and displog fixed

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@155 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2013-03-13 15:36:37 +00:00
parent ab41ffb6bf
commit 3e4f76ed07
3 changed files with 7 additions and 6 deletions

View File

@ -29,7 +29,9 @@ using namespace std;
class qStreamEvent:public QEvent{
public:
qStreamEvent(QString s):QEvent(static_cast<QEvent::Type>(STREAMEVENT)),str(s){}
qStreamEvent(QString s):QEvent(static_cast<QEvent::Type>(STREAMEVENT)),str(s){
printf("%s\n",str.toAscii().constData());
}
/** \returns the progress index */
QString getString() {return str;}
private: