Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Refactor "Create Implementation" bug
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

jzq740176597
Tomato Guru

China
329 Posts

Posted - Jun 20 2014 :  02:10:06 AM  Show Profile  Reply with Quote



Result is :
void QT_NAMESPACE::CAutoShowToolBtn::initStyleOption( QStyleOptionToolButton * option ) const private: static CAutoShowToolBtn* active_menu_toolBtn_g


The 2 bold parts :
(1) QT_NAMESPACE::
(2)private: static ...
is redundant!

Creation come from persist!

jzq740176597
Tomato Guru

China
329 Posts

Posted - Jun 20 2014 :  02:14:38 AM  Show Profile  Reply with Quote
I'm sorry.

I have address the problem. the reason is declaration:
CAutoShowToolBtn::initStyleOption( QStyleOptionToolButton * option ) const

in header is miss a ending ";" .if add it ,"create Implementation" will be OK.
But may VA can prompt the user or do the job for me.

Creation come from persist!
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18724 Posts

Posted - Jun 26 2014 :  10:25:52 AM  Show Profile  Reply with Quote
You will often get code being underlined as invalid when you are missing a semi-colon, which is your first obvious clue there is something going on. VA getting confused like this is another clue. This is our way of prompting you that there is a problem

Identifying why the code does not make much sense is a hard problem, as you will sometimes see from the compilers error messages and warning.

zen is the art of being at one with the two'ness
Go to Top of Page

jzq740176597
Tomato Guru

China
329 Posts

Posted - Jun 26 2014 :  8:33:00 PM  Show Profile  Reply with Quote
thanks for you clear reply.

Creation come from persist!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000