summaryrefslogtreecommitdiffstats
path: root/src/cite.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-11-18 21:43:28 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-11-18 21:43:28 (GMT)
commit1a68946cfa3e3ee749a683fdabc93e6b5311adeb (patch)
tree94365b932426de715b3a479094b7056e0c4f878b /src/cite.cpp
parent9c9313827b29876de43ad5305fd7ac162013359c (diff)
downloadDoxygen-1a68946cfa3e3ee749a683fdabc93e6b5311adeb.zip
Doxygen-1a68946cfa3e3ee749a683fdabc93e6b5311adeb.tar.gz
Doxygen-1a68946cfa3e3ee749a683fdabc93e6b5311adeb.tar.bz2
Release-1.8.2-20121118
Diffstat (limited to 'src/cite.cpp')
-rw-r--r--src/cite.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/cite.cpp b/src/cite.cpp
index 5612eb4..91dd1e1 100644
--- a/src/cite.cpp
+++ b/src/cite.cpp
@@ -204,7 +204,7 @@ void CiteDict::generatePage() const
}
}
- QCString oldDir = convertToQCString(QDir::currentDirPath());
+ QCString oldDir = QDir::currentDirPath().utf8();
QDir::setCurrent(outputDir);
// 5. run bib2xhtml perl script on the generated file which will insert the
@@ -292,13 +292,13 @@ void CiteDict::generatePage() const
}
// 9. Remove temporary files
- //thisDir.remove(citeListFile);
- //thisDir.remove(doxygenBstFile);
- //thisDir.remove(bib2xhtmlFile);
- //while (!tempFiles.isEmpty())
- //{
- // QCString *s=tempFiles.take();
- // thisDir.remove(*s);
- //}
+ thisDir.remove(citeListFile);
+ thisDir.remove(doxygenBstFile);
+ thisDir.remove(bib2xhtmlFile);
+ while (!tempFiles.isEmpty())
+ {
+ QCString *s=tempFiles.take();
+ thisDir.remove(*s);
+ }
}