Mercurial > dedupe
diff TestFramework.hpp @ 2:2833b7f8884a
Sql backend is working.
Need to get more speed on comparisson.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Tue, 21 Aug 2012 14:25:33 +0200 |
| parents | a3834af36579 |
| children | 2f45385195ae |
line wrap: on
line diff
--- a/TestFramework.hpp Mon Aug 20 17:32:58 2012 +0200 +++ b/TestFramework.hpp Tue Aug 21 14:25:33 2012 +0200 @@ -18,10 +18,9 @@ #endif //Here comes our helperfunctions -#include <QtCore/QString> -inline std::ostream& operator<<(std::ostream& out, const QString& rhs) -{ - return out << rhs.toStdString(); -} +class QString; +std::ostream& operator<<(std::ostream& out, const QString& rhs); +class QDateTime; +std::ostream& operator<<(std::ostream& out, const QDateTime& rhs); #endif //TESTFRAMEWORK_HPP
