#ifndef _QStreamTranslator_hpp_ #define _QStreamTranslator_hpp_ #include using namespace std; class QPoint; ostream & operator<<(ostream &, const QPoint &); #endif