Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
Qt Creator 4.11.1, Qt Creator 4.12.0-rc1
-
None
Description
class MyDialog final : public QDialog { public: void open(const QStringList& content); };
With this code you get a Warning from Clang code model because open() in MyDialog hides the open() method from QDialog. This is correct.
No try renaming MyDialog's open() to openContent(). This will also rename open() in the qdialog.h header which should not happen.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-8561 Using the refactor feature modifies stock Qt headers without being open
-
- Closed
-