Using Visual Studio 2003 and Visual Assist 10.3.1549.0.
When using the QT specific slots like this:
private slots: void ok_clicked();
void cancel_clicked();
There are no refactoring options available for the void ok_clicked() method. And in general VA has problems verifying it's there, at all. It does not matter whether it is public/private/what ever. This is not a new problem in 1549.
I know this is not standard C++ syntax but an extension added by QT and parsed by their MOC tool.
Just wanted to let you know that VA does not figure this one out - which I actually think is fair, but of course, if there is anything you amazing guys can do about it...?