-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
Qt Creator 2.1.0
-
None
-
W7 64, Qt Creator 2.0.90 from revision 0924aaff47 (16 Sep)
1. Select any slot function (connect should be defined in another file/class).
2. Press Ctrl-Shift-R or Ctrl-Shift-U
Example:
The slot in TaskController class:
void TaskController::slotSwitchCurrentTaskCategory(int i)
The connect in anoter class:
QObject::connect(mp_signalMapper, SIGNAL(mapped(int)), Controller::TCREF, SLOT(slotSwitchCurrentTaskCategory(int)));