QXRD  0.11.16
qcepdataobjectwindow.cpp
Go to the documentation of this file.
1 #include "qcepdataobjectwindow.h"
2 #include <stdio.h>
3 
5 {
6 
7 }
8 
9 void QcepDataObjectWindow::printMessage(QString msg, QDateTime ts)
10 {
11  printf("%s\n", qPrintable(msg));
12 }
QcepDataObjectWindow(QWidget *parent=0)
void printMessage(QString msg, QDateTime ts=QDateTime::currentDateTime())