![]() |
Qt 6.x
The Qt SDK
|
#include <QtGui>
#include <QtDebug>
Go to the source code of this file.
Classes | |
class | Coordinate |
Functions | |
QDebug | operator<< (QDebug debug, const Coordinate &c) |
[0] | |
int | main (int argv, char **args) |
[0] | |
int main | ( | int | argv, |
char ** | args | ||
) |
[0]
[1]
[1]
Definition at line 26 of file qdebugsnippet.cpp.
References QDate::currentDate(), Coordinate::myX, Coordinate::myY, and qDebug.
QDebug operator<< | ( | QDebug | debug, |
const Coordinate & | c | ||
) |