10 lines
184 B
C++
10 lines
184 B
C++
#include "cpputilstestutils.h"
|
|
|
|
namespace QTest {
|
|
template<>
|
|
char *toString(const std::string &str)
|
|
{
|
|
return ::QTest::toString(QString::fromStdString(str));
|
|
}
|
|
} // namespace QTest
|