summaryrefslogtreecommitdiffstats
path: root/src/qdoc/location.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/location.h')
-rw-r--r--src/qdoc/location.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qdoc/location.h b/src/qdoc/location.h
index fb35038a8..f6704ca87 100644
--- a/src/qdoc/location.h
+++ b/src/qdoc/location.h
@@ -38,7 +38,6 @@
QT_BEGIN_NAMESPACE
-class Config;
class QRegExp;
class Location
@@ -80,7 +79,8 @@ public:
void fatal(const QString &message, const QString &details = QString()) const;
void report(const QString &message, const QString &details = QString()) const;
- static void initialize(const Config &config);
+ static void initialize();
+
static void terminate();
static void information(const QString &message);
static void internalError(const QString &hint);