Using VS2008 and VA 1823 I have tried the following test code:
struct testQVectorArrayAccess
{
int x_widget;
int y_widget;
};
static void testGeneralCode()
{
QVector<testQVectorArrayAccess> vecTest;
vecTest[0].x_widget; // refactoring offered here on "x_widget"
}
and refactoring is offered just fine for me. Can you try this test code on your system please?