summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2023-03-17 15:36:44 +0100
committerPaul Wicking <paul.wicking@qt.io>2023-03-17 14:52:27 +0000
commitb3630c567cf2ed22a4b200b4aa72eeb23ba08dfb (patch)
tree33fe1daab857b53b9afea2c7f03a443ba5e889a2
parentf47a4b17f778e790f9713c9e34ff5919861f49d5 (diff)
downloadqttools-b3630c567cf2ed22a4b200b4aa72eeb23ba08dfb.tar.gz
QDoc: Remove superfluous code comment
At some point, someone probably had an idea they wanted to pursue. As that time is now several years ago, I'd be willing to bet what that idea was is long lost knowledge. Drop the comments as they keep triggering the "what was the intention here?" question, which cannot be answered satisfactorily. Change-Id: I2996e98ee125ed0b198ee90677de82b5986cf5a6 Reviewed-by: Luca Di Sera <luca.disera@qt.io>
-rw-r--r--src/qdoc/clangcodeparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qdoc/clangcodeparser.h b/src/qdoc/clangcodeparser.h
index 988a57cb8..a6fc94a38 100644
--- a/src/qdoc/clangcodeparser.h
+++ b/src/qdoc/clangcodeparser.h
@@ -32,8 +32,8 @@ public:
static const QByteArray &fn() { return s_fn; }
private:
- void getDefaultArgs(); // FIXME: Clean up API
- void getMoreArgs(); // FIXME: Clean up API
+ void getDefaultArgs();
+ void getMoreArgs();
void buildPCH(QString module_header);