summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/inputint.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-12-14 12:26:47 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-12-14 12:26:47 (GMT)
commit99583eeb36711c2ed4261488c2157da0d425fa67 (patch)
tree541f8147af98240168f88631bc79717c3550e13f /addon/doxywizard/inputint.cpp
parent5927aea269d6567c850c6ddc87970779aca5bc32 (diff)
downloadDoxygen-99583eeb36711c2ed4261488c2157da0d425fa67.zip
Doxygen-99583eeb36711c2ed4261488c2157da0d425fa67.tar.gz
Doxygen-99583eeb36711c2ed4261488c2157da0d425fa67.tar.bz2
Incorrect end tag in doxywizard
The closing `</qt` was not properly closed to `</qt>`.
Diffstat (limited to 'addon/doxywizard/inputint.cpp')
-rw-r--r--addon/doxywizard/inputint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/doxywizard/inputint.cpp b/addon/doxywizard/inputint.cpp
index d97f1b0..de01862 100644
--- a/addon/doxywizard/inputint.cpp
+++ b/addon/doxywizard/inputint.cpp
@@ -75,7 +75,7 @@ void InputInt::updateDefault()
{
if (m_val==m_default || !m_lab->isEnabled())
{
- m_lab->setText(QString::fromLatin1("<qt>")+m_id+QString::fromLatin1("</qt"));
+ m_lab->setText(QString::fromLatin1("<qt>")+m_id+QString::fromLatin1("</qt>"));
}
else
{