Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.8.0
-
None
-
83bbd534e52437d665b250fe27c3c61e02252e91
Description
- Open a somewhat bigger project, like qtcreator.pro or qtbase/src/widgets/widgets.pro
- In a header file, add the following class:
class Yummy : public QObject { Q_OBJECT public: void a(); // Opening context menu or hitting Alt+Enter here };
- Do what the comment says - it takes several seconds.