#include <iostream.h>#include <qdatastream.h>#include <qstring.h>Go to the source code of this file.
Classes | |
| class | Translation |
Functions | |
| QDataStream & | operator<< (QDataStream &out, const Translation &translation) |
| QDataStream & | operator>> (QDataStream &in, Translation &translation) |
| QDataStream& operator<< | ( | QDataStream & | out, | |
| const Translation & | translation | |||
| ) |
Definition at line 41 of file Translation.cpp.
| QDataStream& operator>> | ( | QDataStream & | in, | |
| Translation & | translation | |||
| ) |
Definition at line 46 of file Translation.cpp.
1.5.6