Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2 additions
and
3 deletions.
-
+2
−3
src/core/qgsrenderchecker.cpp
|
@@ -257,10 +257,9 @@ bool QgsRenderChecker::compareImages( const QString& theTestName, |
|
|
} |
|
|
if ( ! theRenderedImageFile.isEmpty() ) |
|
|
{ |
|
|
#ifndef Q_OS_WIN |
|
|
mRenderedImageFile = theRenderedImageFile; |
|
|
#else |
|
|
mRenderedImageFile = theRenderedImageFile.replace( "\\", "/" ); |
|
|
#ifdef Q_OS_WIN |
|
|
mRenderedImageFile = mRenderedImageFile.replace( "\\", "/" ); |
|
|
#endif |
|
|
} |
|
|
|
|
|