summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'addon/doxywizard/input.h')
-rw-r--r--addon/doxywizard/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/addon/doxywizard/input.h b/addon/doxywizard/input.h
index 9e0a1bf..b2618e9 100644
--- a/addon/doxywizard/input.h
+++ b/addon/doxywizard/input.h
@@ -30,6 +30,7 @@ class Input
virtual void reset() = 0;
virtual void writeValue(QTextStream &t,QTextCodec *codec) = 0;
virtual void setTemplateDocs(const QString &docs) = 0;
+ virtual bool isEmpty() { return FALSE; };
};