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 2b8b099..90ea87d 100644
--- a/addon/doxywizard/inputstring.h
+++ b/addon/doxywizard/inputstring.h
@@ -35,7 +35,8 @@ class InputString : public QObject, public Input
enum StringMode { StringFree=0,
StringFile=1,
StringDir=2,
- StringFixed=3
+ StringFixed=3,
+ StringImage=4
};
InputString( QGridLayout *layout,int &row,
@@ -77,6 +78,7 @@ class InputString : public QObject, public Input
void updateDefault();
QLabel *m_lab;
QLineEdit *m_le;
+ QLabel *m_im;
QToolBar *m_br;
QComboBox *m_com;
QString m_str;