summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/inputstrlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'addon/doxywizard/inputstrlist.h')
-rw-r--r--addon/doxywizard/inputstrlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/addon/doxywizard/inputstrlist.h b/addon/doxywizard/inputstrlist.h
index adb0fb0..d2e713d 100644
--- a/addon/doxywizard/inputstrlist.h
+++ b/addon/doxywizard/inputstrlist.h
@@ -51,6 +51,7 @@ class InputStrList : public QObject, public Input
void addDependency(Input *) { Q_ASSERT(false); }
void setEnabled(bool);
void updateDependencies() {}
+ bool isDefault();
void writeValue(QTextStream &t,QTextCodec *codec);
void setTemplateDocs(const QString &docs) { m_tdocs = docs; }
bool isEmpty();