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
 Create implementation w/ Qt slots bug
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

cbranch
Senior Member

USA
30 Posts

Posted - May 30 2007 :  09:39:07 AM  Show Profile  Reply with Quote
VS 2003 VAX 1555

Qt modification
//StdAxf.h
#define slots
#define signals public

Given a class Foo:

class Foo
{
public slots:
void bar();
};

Create Implementation of bar() creates:

Foo::bar()
{
}

This bug only affects the first function after slots.

Colin Branch

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - May 30 2007 :  2:41:50 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=5352

Unfortunately you need to manually add the return type for now.

zen is the art of being at one with the two'ness
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