summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qtranslator.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2017-01-03 13:34:42 +0100
committerMartin Smith <martin.smith@qt.io>2017-12-02 14:58:07 +0000
commit1a78e16d194dbedcb822985e946a6b1ed5df2b6e (patch)
treed96e1d5890fa978e08f77e89ffceeb9aeb16d57e /src/corelib/kernel/qtranslator.cpp
parent7cfd6f0e1e04fc58b540dc75e17becce5735f574 (diff)
doc: Fix three "Cannot tie" errors
Two of the three functions were for functions that should not be documented. The third was a function protected by #ifndef Q_OS_DARWIN, which required a test of Q_CLANG_QDOC in the header and cpp files. Change-Id: Id2ab3e4f2ea896dc628a622de2e80a19c18eb9fe Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/corelib/kernel/qtranslator.cpp')
-rw-r--r--src/corelib/kernel/qtranslator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qtranslator.cpp b/src/corelib/kernel/qtranslator.cpp
index 2232e24a25..c868f6d266 100644
--- a/src/corelib/kernel/qtranslator.cpp
+++ b/src/corelib/kernel/qtranslator.cpp
@@ -1064,7 +1064,7 @@ searchDependencies:
return QString();
}
-/*!
+/*
Empties this translator of all contents.
This function works with stripped translator files.