summaryrefslogtreecommitdiffstats
path: root/trunk/addon/doxywizard/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/addon/doxywizard/config.h')
-rw-r--r--trunk/addon/doxywizard/config.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/trunk/addon/doxywizard/config.h b/trunk/addon/doxywizard/config.h
deleted file mode 100644
index d40f1f4..0000000
--- a/trunk/addon/doxywizard/config.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef CONFIG_H
-#define CONFIG_H
-
-#include <QHash>
-#include <QString>
-
-class Input;
-class QTextStream;
-class QTextCodec;
-
-bool parseConfig(
- const QString &fileName,
- const QHash<QString,Input *> &options
- );
-
-void writeStringValue(QTextStream &t,QTextCodec *codec,const QString &s);
-
-#endif