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.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/qdoc/location.h b/src/qdoc/location.h
index fb35038a8..68ab28845 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,14 +79,11 @@ 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);
- static void logToStdErr(const QString &message);
- static void logToStdErrAlways(const QString &message);
- static void startLoggingProgress() { logProgress_ = true; }
- static void stopLoggingProgress() { logProgress_ = false; }
static QString canonicalRelativePath(const QString &path);
static int exitCode();
@@ -119,7 +115,6 @@ private:
static QString programName;
static QString project;
static QRegExp *spuriousRegExp;
- static bool logProgress_;
};
Q_DECLARE_TYPEINFO(Location::StackEntry, Q_MOVABLE_TYPE);
Q_DECLARE_TYPEINFO(Location, Q_COMPLEX_TYPE); // stkTop = &stkBottom