aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/doxygengenerator.cpp
diff options
context:
space:
mode:
authorLeandro Melo <leandro.melo@nokia.com>2012-01-12 17:53:56 +0100
committerLeandro Melo <leandro.melo@nokia.com>2012-01-13 11:22:28 +0100
commitc287d906043244874541afb94ae3a90b2990946e (patch)
tree31e448e4570f1cca485e8376e1b96d7c88a39bee /src/plugins/cpptools/doxygengenerator.cpp
parent40810e759687beaaf813c6df456418b3795ca0e2 (diff)
C++: Rename source/setSource to utf8Source/setUtf8Source
Continuinng a previous commit... This is in order to make the interface clearer. Change-Id: Ic1b05217f878578bc84a064927507b75981c47d6 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
Diffstat (limited to 'src/plugins/cpptools/doxygengenerator.cpp')
-rw-r--r--src/plugins/cpptools/doxygengenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/doxygengenerator.cpp b/src/plugins/cpptools/doxygengenerator.cpp
index 8e3df8d6b8..9883ceb322 100644
--- a/src/plugins/cpptools/doxygengenerator.cpp
+++ b/src/plugins/cpptools/doxygengenerator.cpp
@@ -82,7 +82,7 @@ QString DoxygenGenerator::generate(QTextCursor cursor)
declCandidate.append(QLatin1Char('}'));
Document::Ptr doc = Document::create(QLatin1String("<doxygen>"));
- doc->setSource(declCandidate.toUtf8());
+ doc->setUtf8Source(declCandidate.toUtf8());
doc->parse(Document::ParseDeclaration);
doc->check(Document::FastCheck);