![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore>#include <QByteArray>#include <QDataStream>Go to the source code of this file.
Classes | |
| struct | Movie |
| [0] More... | |
Functions | |
| QDataStream & | operator<< (QDataStream &out, const Movie &movie) |
| [0] | |
| QDataStream & | operator>> (QDataStream &in, Movie &movie) |
| [1] | |
| int | main (int argc, char *argv[]) |
| [2] | |
| int main | ( | int | argc, |
| char * | argv[] ) |
| QDataStream & operator<< | ( | QDataStream & | out, |
| const Movie & | movie ) |
| QDataStream & operator>> | ( | QDataStream & | in, |
| Movie & | movie ) |