Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
Movie Struct Reference

[0] More...

+ Collaboration diagram for Movie:

Public Attributes

int id
 
QString title
 
QDate releaseDate
 

Detailed Description

[0]

Definition at line 9 of file main.cpp.

Member Data Documentation

◆ id

int Movie::id

Definition at line 11 of file main.cpp.

Referenced by main(), operator<<(), and operator>>().

◆ releaseDate

QDate Movie::releaseDate

Definition at line 13 of file main.cpp.

Referenced by operator<<(), and operator>>().

◆ title

QString Movie::title

Definition at line 12 of file main.cpp.

Referenced by operator<<(), and operator>>().


The documentation for this struct was generated from the following file: