Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 3.4.0-rc1
-
da67c7c6c9723e8426ebeaf73c120d9090a576d6
Description
Steps to reproduce:
- create plain C++ app from template
- inside generated main() type
oldfill = std::fill;
- place cursor onto oldfill and hit Alt+Enter and confirm 'Add Local Declaration'
Current result:
- QC crashes