VHISTlib  1.84.0.3018
/daten/ahuesgen/projects/vhist/code/vhistlib/demos/vhistaddtest/clilogger.h
00001 /* $HEADERS
00002  $Id: clilogger.h 2179 2011-06-24 09:03:24Z ahuesgen $
00003  */
00004 
00005 #ifndef CLILOGGER_INCLUDED
00006 #define CLILOGGER_INCLUDED
00007 
00008 #include <QObject>
00009 
00010 
00011 class CliLogger : public QObject
00012 {
00013     Q_OBJECT
00014     public slots:
00015         void log(const QString message);
00016         void error(const QString message);
00017         void continueLine(const QString message);
00018 };
00019 
00020 #endif // CLILOGGER_INCLUDED
00021 

VHISTlib 1.84.0.3018 of Jun 28 2013, generated by doxygen.