Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 3.0.0
Description
Rename a class via refactoring (in my case QSpeech to QTextToSpeech).
Most places work great, but some macros are missed:
I get
Q_DISABLE_COPY(QSpeech) // bad Q_DECLARE_TYPEINFO(QTextToSpeech::State, Q_PRIMITIVE_TYPE); // good Q_DECLARE_METATYPE(QSpeech::State) // bad
Attachments
Issue Links
- replaces
-
QTCREATORBUG-13220 CodeModel: Renaming class does not rename occurrences inside macros
- Closed