mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
kompare: namespace QTest::toString() overload in levenshteintest source file
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
d51f794d02
commit
2742d88574
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
using namespace Diff2;
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace QTest {
|
||||
|
||||
template<> char* toString(const Marker& marker)
|
||||
|
@ -44,6 +45,7 @@ template<> char* toString(const Marker& marker)
|
|||
}
|
||||
|
||||
}
|
||||
QT_END_NAMESPACE
|
||||
|
||||
void LevenshteinTest::testFirstEmptyString()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue