From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HWYye-0003GC-Mv for garchives@archives.gentoo.org; Wed, 28 Mar 2007 14:18:17 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l2SEF121029000; Wed, 28 Mar 2007 14:15:01 GMT Received: from mo-p07-ob.rzone.de (mo-p07-ob.rzone.de [81.169.146.188]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l2SEF08m028970 for ; Wed, 28 Mar 2007 14:15:01 GMT Received: from hex.local.devrieze.net (ip5457f303.direct-adsl.nl [84.87.243.3]) by post.webmailer.de (fruni mo12) (RZmta 5.4) with ESMTP id 905327j2SCFtSN for ; Wed, 28 Mar 2007 16:15:00 +0200 (MEST) From: Paul de Vrieze To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] Qt tutorial 7 - anyone got this to work? Date: Wed, 28 Mar 2007 16:14:53 +0200 User-Agent: KMail/1.9.6 References: In-Reply-To: X-Face: #Lb+'V@sGJ;ptgo5}V"W+5OCoo{LZv;bh,s,`WKLi/J)ed1_$0;6X<=?utf-8?q?700LVV/=3BLqPhiDP=5E=0A=09=27f=5Dfnv?=@%6M8\'HR1t=aFx;ePfp{ZQoBe+e)JOQ8T5*(_;mHY+cltLGq<;@$Y,=?utf-8?q?O=5C=24=0A=09Tm=23G6M?=,g![Q62J{na*S9d;R[^8pc%u\aiLqU@`kJtYl"^6pxdW Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart16559065.KR3Fi0devA"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200703281615.00022.pauldv@gentoo.org> X-RZG-AUTH: kl51CIkHMwISfnYDoiNJgMuHR/Blg5MDmwdH0Iw4F/MwB0A2QlGgJA== X-RZG-CLASS-ID: mo07 X-Archives-Salt: b8077ba3-d623-46e0-885a-24c95f966038 X-Archives-Hash: a04a79012da22166c9c5e43b66d64917 --nextPart16559065.KR3Fi0devA Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 25 March 2007, Daiajo Tibdixious wrote: > This is probably off-topic, so suggestions to go elsewhere are welcome. > I reported this to trolltech as a bug, but it doesn't show in their > task tracker. > http://doc.trolltech.com/4.2/tutorial-t7.html > Introduces creating ones own signals & slots. > slots seem to work fine but signals are not found in a connect call. > I can't see any difference between the Qt supplied signals (in their > includes), and my ones. > > Another funny is that the Q_OBJECT macro works fine in the Qt includes, > however if used in my program, linker vtable errors occur caused by > the virtual functions declared by the macro. I should probably tell you to read the documentation. What happens is that = you=20 must include the macro, AND, run moc on your file which creates another C++= =20 file that you must also compile (and link). The easiest way to build qt=20 projects is to use qmake which handles it for you. Paul =2D-=20 Paul de Vrieze Gentoo Developer Mail: pauldv@gentoo.org Homepage: http://www.devrieze.net --nextPart16559065.KR3Fi0devA Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.1 (GNU/Linux) iD8DBQBGCnhkbKx5DBjWFdsRAtT7AKDfsLMpYzGdpGUKvOapBGxYrIsL2ACgyfGe bjcCMJMbUugGROd6AHYfUc8= =+nCE -----END PGP SIGNATURE----- --nextPart16559065.KR3Fi0devA-- -- gentoo-amd64@gentoo.org mailing list