Messy commit. Testing suff and some improvements to how data is shown.
This commit is contained in:
parent
bebb3391c3
commit
3a13b7ffb4
59 changed files with 2045 additions and 716 deletions
11
tests/mygtestutils/PrintTo_Qt.h
Normal file
11
tests/mygtestutils/PrintTo_Qt.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef PRINTTO_QT_H
|
||||
#define PRINTTO_QT_H
|
||||
|
||||
#include <ostream>
|
||||
#include <QDateTime>
|
||||
#include <QString>
|
||||
|
||||
void PrintTo(const QDateTime &dt, ::std::ostream* os);
|
||||
void PrintTo(const QString &s, ::std::ostream* os);
|
||||
|
||||
#endif // PRINTTO_QT_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue