KUnitTest
tester.cpp File Reference
#include "tester.h"
#include <iostream>
#include <QtCore/QMetaEnum>
#include <QtCore/QRect>
#include <QtCore/QVector>
#include "tester.moc"
Go to the source code of this file.
Namespaces | |
namespace | KUnitTest |
Functions | |
QTextStream & | operator<< (QTextStream &str, const QSize &r) |
QTextStream & | operator<< (QTextStream &str, const QPoint &r) |
QTextStream & | operator<< (QTextStream &str, const QRect &r) |
Function Documentation
QTextStream& operator<< | ( | QTextStream & | str, | |
const QSize & | r | |||
) |
Definition at line 112 of file tester.cpp.
QTextStream& operator<< | ( | QTextStream & | str, | |
const QPoint & | r | |||
) |
Definition at line 107 of file tester.cpp.
QTextStream& operator<< | ( | QTextStream & | str, | |
const QRect & | r | |||
) |
Definition at line 102 of file tester.cpp.