Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.4.0
-
None
-
Qt Creator 3.4.0 on OS X Yosemite
Description
Qt Creator 3.4.0 auto-completes the dot operator . for accessing an Objective C property to the arrow operator ->.
Q_FORWARD_DECLARE_OBJC_CLASS(Bar);
class Foo {
Bar *m_bar;
}
Typing m_bar. will auto-complete it to m_bar-> which makes writing Objective C code painful. This used to work in 3.3.