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 1HVMEr-0004hf-Eq for garchives@archives.gentoo.org; Sun, 25 Mar 2007 06:30:01 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l2P6RWe4018770; Sun, 25 Mar 2007 06:27:32 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l2P6RWnK018765 for ; Sun, 25 Mar 2007 06:27:32 GMT Received: by nf-out-0910.google.com with SMTP id c31so4390747nfb for ; Sat, 24 Mar 2007 23:27:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LmQx5W4C5QmqGQAl7AjLDwHShhV4FnmhK3dg4BBd8erUEgpehq2Z2x0h0nTXTVi1etBTXO+UCI+Q2CkgksTtk0vcLZ6D+V96IGi21zp2S3zRoMSlA6gtIhbybZaHxPceMGal0tONbUMNitei4sL6i8sY6Z9GrVe6O8u7qT/4jUA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JVSClI5S9KE+caHtiENwok1T1qJR7BqkLe23FygD5IJmzuFqijOcvSBEmi6f+y0NqOtO4YYfbLQzA7taZQStPOEtOSJ9/VtKXQok4T26WbyrRHXand7IqZ0ZO18duL87HKMTBuCyYjZiE4RtII4vkict289okskdhRK7C6Am7lo= Received: by 10.114.193.1 with SMTP id q1mr2010406waf.1174804050123; Sat, 24 Mar 2007 23:27:30 -0700 (PDT) Received: by 10.114.200.16 with HTTP; Sat, 24 Mar 2007 23:27:30 -0700 (PDT) Message-ID: Date: Sun, 25 Mar 2007 16:27:30 +1000 From: "Daiajo Tibdixious" To: gentoo-amd64@lists.gentoo.org Subject: [gentoo-amd64] Qt tutorial 7 - anyone got this to work? 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: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: 1f2b072d-fbce-46b1-91be-9d29111b7a92 X-Archives-Hash: 258e6a498398e5df3c08b009215f7457 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. -- gentoo-amd64@gentoo.org mailing list