Go to the documentation of this file.00001 #ifndef INPUTSINK_H
00002 #define INPUTSINK_H
00003
00004 #include <QString>
00005
00006 class InputSink
00007 {
00008 public:
00009 virtual bool input( const QString &pData ) = 0;
00010 };
00011
00012 #endif // INPUTSINK_H