00001 #ifndef QPARSER_H 00002 #define QPARSER_H 00003 00004 #include "qtv.h" 00005 00006 class QParser : public QObject 00007 { 00008 Q_OBJECT 00009 00010 public: 00011 00012 signals: 00013 void parsed_laser_data(LDP ld); 00014 00015 public slots: 00016 00017 void new_line(QString); 00018 00019 00020 }; 00021 00022 #endif