Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1522: Refactor QT Slots

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

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.

Does your example work if you remove "slots"?

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000