summaryrefslogtreecommitdiffstats
path: root/src/xmlgen.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-04-08 14:16:03 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-04-08 14:16:03 (GMT)
commitc02e23403ebac29078e51df54f796ee71c0e8c3e (patch)
treeffd092e761289b417363c0562ceb9b93b88f19a4 /src/xmlgen.cpp
parent4126eaa26d354ddd0e9aad8183f140f8f911442e (diff)
downloadDoxygen-c02e23403ebac29078e51df54f796ee71c0e8c3e.zip
Doxygen-c02e23403ebac29078e51df54f796ee71c0e8c3e.tar.gz
Doxygen-c02e23403ebac29078e51df54f796ee71c0e8c3e.tar.bz2
Release-1.8.0-20120408
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r--src/xmlgen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp
index 5f1532f..13e8413 100644
--- a/src/xmlgen.cpp
+++ b/src/xmlgen.cpp
@@ -1858,7 +1858,7 @@ void generateXML()
QCString outputDirectory = Config_getString("XML_OUTPUT");
if (outputDirectory.isEmpty())
{
- outputDirectory=QDir::currentDirPath();
+ outputDirectory=QDir::currentDirPath().utf8();
}
else
{
@@ -1879,7 +1879,7 @@ void generateXML()
}
dir.cd(outputDirectory);
}
- outputDirectory=dir.absPath();
+ outputDirectory=dir.absPath().utf8();
}
QDir dir(outputDirectory);