summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/inputint.h
diff options
context:
space:
mode:
Diffstat (limited to 'addon/doxywizard/inputint.h')
-rw-r--r--addon/doxywizard/inputint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/addon/doxywizard/inputint.h b/addon/doxywizard/inputint.h
index 10d735e..60d4415 100644
--- a/addon/doxywizard/inputint.h
+++ b/addon/doxywizard/inputint.h
@@ -41,6 +41,7 @@ class InputInt : 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; }