summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/inputbool.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-10-06 17:49:59 (GMT)
committerGitHub <noreply@github.com>2020-10-06 17:49:59 (GMT)
commit419338985d709af04589450d0754757de7d0a9d6 (patch)
tree4248f8668b3b118e1823e6e790c4406ab96247dd /addon/doxywizard/inputbool.cpp
parent4fec3a94bb36d09deca5f4762ba8e60d0e28f8d3 (diff)
parent9f68f7f9932b349d65b6af6059807af55d2e535a (diff)
downloadDoxygen-419338985d709af04589450d0754757de7d0a9d6.zip
Doxygen-419338985d709af04589450d0754757de7d0a9d6.tar.gz
Doxygen-419338985d709af04589450d0754757de7d0a9d6.tar.bz2
Merge pull request #8076 from albert-github/feature/bug_doxyw_cond
Create possibility to show in doxywizard "condensed" settings
Diffstat (limited to 'addon/doxywizard/inputbool.cpp')
-rw-r--r--addon/doxywizard/inputbool.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/addon/doxywizard/inputbool.cpp b/addon/doxywizard/inputbool.cpp
index 63d9998..3c917a8 100644
--- a/addon/doxywizard/inputbool.cpp
+++ b/addon/doxywizard/inputbool.cpp
@@ -112,3 +112,8 @@ void InputBool::writeValue(QTextStream &t,QTextCodec *codec)
t << codec->fromUnicode(QString::fromLatin1("NO"));
}
+bool InputBool::isDefault()
+{
+ return m_state == m_default;
+}
+