diff options
Diffstat (limited to 'addon/doxywizard/config.h')
-rw-r--r-- | addon/doxywizard/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addon/doxywizard/config.h b/addon/doxywizard/config.h index d40f1f4..147056a 100644 --- a/addon/doxywizard/config.h +++ b/addon/doxywizard/config.h @@ -15,4 +15,13 @@ bool parseConfig( void writeStringValue(QTextStream &t,QTextCodec *codec,const QString &s); +// directly copied from ../../src/config.h to be consistent +enum +{ + /*! Maximum length of an option in the config file. Used for + * alignment purposes. + */ + MAX_OPTION_LENGTH = 23 +}; + #endif |