Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Refactor "Create Implementation" bug

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
jzq740176597 Posted - Jun 20 2014 : 02:10:06 AM



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!
3   L A T E S T    R E P L I E S    (Newest First)
jzq740176597 Posted - Jun 26 2014 : 8:33:00 PM
thanks for you clear reply.
feline Posted - Jun 26 2014 : 10:25:52 AM
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.
jzq740176597 Posted - Jun 20 2014 : 02:14:38 AM
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.

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