summaryrefslogtreecommitdiffstats
path: root/src/qdoc/webxmlgenerator.h
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2019-08-04 08:05:01 +0200
committerPaul Wicking <paul.wicking@qt.io>2019-08-12 18:22:18 +0200
commita71f3d291a2c2bc822564ec7738a73050ff79374 (patch)
tree977ef6d02b32e79bdc05c27cad1bcff5f9c26cb0 /src/qdoc/webxmlgenerator.h
parentaa9d0e7fbfdb082f393eef1b644d105ad6d8eb47 (diff)
QDoc: Remove empty destructors and add missing override keyword
This change removes reduntant destructors. It also adds the 'override' keyword to overridden destructors to remove warnings from clang-tidy in Creator. The patch also replaces two instances of 0 as nullptr constant. Change-Id: I576c248b7d4637249d167d7bfb8885af4f7811ff Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/qdoc/webxmlgenerator.h')
-rw-r--r--src/qdoc/webxmlgenerator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qdoc/webxmlgenerator.h b/src/qdoc/webxmlgenerator.h
index 2cfd81b8e..b52ffb398 100644
--- a/src/qdoc/webxmlgenerator.h
+++ b/src/qdoc/webxmlgenerator.h
@@ -42,7 +42,6 @@ class WebXMLGenerator : public HtmlGenerator, public IndexSectionWriter
{
public:
explicit WebXMLGenerator() {}
- ~WebXMLGenerator() {}
void initializeGenerator(const Config &config) override;
void terminateGenerator() override;