summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/inputstring.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2018-10-06 14:22:35 (GMT)
committerGitHub <noreply@github.com>2018-10-06 14:22:35 (GMT)
commit36eefaf9a5faeb828c0d99bffb731747a59f17fe (patch)
treeb05963de2903449fac5fcceaca48a0435917963f /addon/doxywizard/inputstring.h
parentd7d4d5c443887cc63211febe40d43f26dfe41bc0 (diff)
parent406b442fc3d0360e387324ff1c08251d86a1d035 (diff)
downloadDoxygen-36eefaf9a5faeb828c0d99bffb731747a59f17fe.zip
Doxygen-36eefaf9a5faeb828c0d99bffb731747a59f17fe.tar.gz
Doxygen-36eefaf9a5faeb828c0d99bffb731747a59f17fe.tar.bz2
Merge pull request #6538 from albert-github/feature/bug_702265
Bug 702265 - Generated Doxyfile differs from result of doxygen -u
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();