Mercurial > dedupe
comparison TestFramework.cpp @ 40:f711ddb56ae7
Sort up includes.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Fri, 07 Sep 2012 13:32:33 +0200 |
| parents | 2833b7f8884a |
| children | 247adcbbaf8b |
comparison
equal
deleted
inserted
replaced
| 39:f23fa42238dc | 40:f711ddb56ae7 |
|---|---|
| 1 #include <QtCore/QDateTime> | |
| 1 #include <QtCore/QString> | 2 #include <QtCore/QString> |
| 2 #include <QtCore/QDateTime> | |
| 3 | 3 |
| 4 std::ostream& operator<<(std::ostream& out, const QString& rhs) | 4 std::ostream& operator<<(std::ostream& out, const QString& rhs) |
| 5 { | 5 { |
| 6 return out << rhs.toStdString(); | 6 return out << rhs.toStdString(); |
| 7 } | 7 } |
