You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
diavo
Posted - Jun 16 2006 : 04:55:27 AM Refactoring isn't available for the first QT Slot declaration:
class test
{
private slots:
void no_refactoring();
void refactoring_OK();
}
5 L A T E S T R E P L I E S (Newest First)
support
Posted - Jul 14 2008 : 2:51:01 PM case=912 is fixed in build 1645
diavo
Posted - Jun 19 2006 : 02:29:46 AM Oh, my mistake. The definition field persists empty. I confused it with the member list field.
diavo
Posted - Jun 19 2006 : 02:21:41 AM If I the click on no_refactoring, the definition field shows the correct definition. The problem does not exist,if I remove the "slots" keyword.
feline
Posted - Jun 17 2006 : 1:27:46 PM i get the same thing all the time. VA does not currently understand the Qt extensions to classes
case=912
remove the word slots and the problem should go away, it does for me.
support
Posted - Jun 16 2006 : 5:44:25 PM If you click on no_refactoring, does anything appear in our Definition field at the top of your source window? Nothing will if VA X doesn't know the symbol.