T O P I C R E V I E W |
TorbenKoch |
Posted - Mar 20 2007 : 05:31:37 AM Hi,
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...?
Thanks for listening!
|
2 L A T E S T R E P L I E S (Newest First) |
TorbenKoch |
Posted - Mar 20 2007 : 10:09:30 AM Nice! Good search job - why didn't I find that one myself?
That is, in fact, a quite good solution to these things. Good thinking, you Tomato guys! |
rhummer |
Posted - Mar 20 2007 : 08:47:02 AM This FAQ post should answer your question.
http://docs.wholetomato.com?W310 |
|
|