Qt-interest Archive, March 2007
error continued
Message 1 in thread
I managed to solve my earlier problem. However, I know have a problem in a
moc file. It is called 'moc_newmember.cpp'. The compile error says that
there is an undefined reference to 'NewMember::on_LineEdit_textChanged().
NewMember is the name of the class.
As ususal, any help would be appreciated.
_________________________________________________________________
MSN Hotmail is evolving ? check out the new Windows Live Mail
http://ideas.live.com
--
[ signature omitted ]
Message 2 in thread
On 03.03.07 20:52:36, Marco Gallone wrote:
> I managed to solve my earlier problem. However, I know have a problem in a moc
> file. It is called 'moc_newmember.cpp'. The compile error says that there is an
> undefined reference to 'NewMember::on_LineEdit_textChanged(). NewMember is the
> name of the class.
> As ususal, any help would be appreciated.
That error means you declared the member function
on_LineEdit_textChanged() but you never implement it.
Andreas
--
[ signature omitted ]