summaryrefslogtreecommitdiff
path: root/src/tools/qdoc/location.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qdoc/location.h')
-rw-r--r--src/tools/qdoc/location.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/qdoc/location.h b/src/tools/qdoc/location.h
index 4604358fe5..33472810d3 100644
--- a/src/tools/qdoc/location.h
+++ b/src/tools/qdoc/location.h
@@ -101,7 +101,6 @@ public:
static void startLoggingProgress() { logProgress_ = true; }
static void stopLoggingProgress() { logProgress_ = false; }
static QString canonicalRelativePath(const QString &path);
- static QString canonicalRelativePath(const QString &path, const QString &configDir);
private:
enum MessageType { Warning, Error };