summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/inputstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'addon/doxywizard/inputstring.h')
-rw-r--r--addon/doxywizard/inputstring.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/addon/doxywizard/inputstring.h b/addon/doxywizard/inputstring.h
index 13efb44..9d69a09 100644
--- a/addon/doxywizard/inputstring.h
+++ b/addon/doxywizard/inputstring.h
@@ -41,7 +41,8 @@ class InputString : public QObject, public Input
InputString( QGridLayout *layout,int &row,
const QString &id, const QString &s,
StringMode m,
- const QString &docs );
+ const QString &docs,
+ const QString &absPath = QString() );
~InputString();
void addValue(QString s);
void setDefault();
@@ -83,6 +84,7 @@ class InputString : public QObject, public Input
QVariant m_value;
QString m_docs;
QString m_id;
+ bool m_absPath;
};
#endif