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
 Problem with variables
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

diavo
Senior Member

Germany
31 Posts

Posted - Jun 13 2006 :  04:15:00 AM  Show Profile  Reply with Quote
Variables are not recognized as variables in methods, that define the operator << or >>:

CWaypoint &CWaypoint::operator =(const CWaypoint &rhs)
{
	quint32 test;
}
void operator >>(QDataStream &dataStream,
				 CWaypoint *waypoint)
{
	quint32 test;
}

In the upper example, VA 1522 colores the variables as a local ones. In the lower method not.
At the last final release, that was no problem.

support
Whole Tomato Software

5566 Posts

Posted - Jun 13 2006 :  10:40:34 AM  Show Profile  Reply with Quote
Thanks, this will be fixed in build 1523.
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