Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.8.0-rc, Qt Creator 3.0.0-rc1
-
None
-
8180f695f1a9e2a5ff04d8ac764c1f58b6e97649
Description
- In a clean Qt Creator session (no other projects loaded), create a GUI Hello World application without a ui form.
- Insert some "QPushButton b;" in a method
- Trigger Quick fixes - there is no offer for including <QPushButton>
Currently the fallback is to look in the Locator if we can find a class with that name. If other projects are open that pull in such a class, the quick fix will be offered.
Enhance this to look into the include paths!