summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/inputstring.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-10-04 13:24:40 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-10-04 13:24:40 (GMT)
commit58d4ad3cd25569f09b31c4b80bc145477c6d61cb (patch)
tree9a71b0c23fc0d6f24fcc935bb9e02ec16a226334 /addon/doxywizard/inputstring.h
parentd7d4d5c443887cc63211febe40d43f26dfe41bc0 (diff)
downloadDoxygen-58d4ad3cd25569f09b31c4b80bc145477c6d61cb.zip
Doxygen-58d4ad3cd25569f09b31c4b80bc145477c6d61cb.tar.gz
Doxygen-58d4ad3cd25569f09b31c4b80bc145477c6d61cb.tar.bz2
Bug 702265 - Generated Doxyfile differs from result of doxygen -u
See to it that the output from 'doxygen' and 'doxywizard' give the same result, difference was only in whitespace. - space after '#' was already implemented - implemented now that line endings are conform text layout (Qt 3 name: IO_Translate, Qt 4 name: QIODevice::Text) - implement no space after '=' in case of an empty string or empty string list.
Diffstat (limited to 'addon/doxywizard/inputstring.h')
-rw-r--r--addon/doxywizard/inputstring.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/addon/doxywizard/inputstring.h b/addon/doxywizard/inputstring.h
index dba31f6..6234256 100644
--- a/addon/doxywizard/inputstring.h
+++ b/addon/doxywizard/inputstring.h
@@ -60,6 +60,7 @@ class InputString : public QObject, public Input
void updateDependencies() {}
void writeValue(QTextStream &t,QTextCodec *codec);
void setTemplateDocs(const QString &docs) { m_tdocs = docs; }
+ bool isEmpty() { return m_str.isEmpty(); }
public slots:
void reset();