Bug#1906: marked as done (Bug in Docu [08:27,09.09.99])

Stephan Kulow owner at bugs.kde.org
Thu Sep 9 18:48:00 UTC 1999


Your message dated Thu, 9 Sep 1999 20:16:24 +0200
with message-id <99090920163800.00370 at lina>
and subject line Bug#1906: Bug in Docu [08:27,09.09.99]
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

Received: (at submit) by bugs.kde.org; 9 Sep 1999 06:49:15 +0000
>From AOtto at t-online.de Thu Sep  9 08:49:15 1999
Received: from mailout00.btx.dtag.de ([194.25.2.148]:58453 "EHLO
        mailout00.btx.dtag.de") by max.tat.physik.uni-tuebingen.de with ESMTP
	id <S745174AbPIIGtB>; Thu, 9 Sep 1999 08:49:01 +0200
Received: from fwd15.btx.dtag.de ([194.25.2.175])
	by mailout00.btx.dtag.de with smtp 
	id 11Oy0y-0005hD-00; Thu, 9 Sep 1999 08:49:00 +0200
Received: from l-dev2.otto (056060098201-0001(btxid)@[193.158.172.35]) 
	by fwd15.btx.dtag.de with smtp
	id <m11Oy0t-0007MKC>; Thu, 9 Sep 1999 08:48:55 +0200
Received: (from Dev1Usr at localhost)
	by l-dev2.otto (8.9.3/8.9.3) id IAA00769
	for submit at bugs.kde.org; Thu, 9 Sep 1999 08:32:01 +0200
Date:   Thu, 9 Sep 1999 08:32:01 +0200
Message-Id: <199909090632.IAA00769 at l-dev2.otto>
To:     submit at bugs.kde.org
Subject: Bug in Docu [08:27,09.09.99]
X-Sender: 056060098201-0001 at t-dialin.net
From:   AOtto at t-online.de
Return-Path: <AOtto at t-online.de>
X-Orcpt: rfc822;submit at bugs.kde.org


Package: kdevelop
Version: 1.0beta2
Severity: normal

Bugreport ID : 08:27,09.09.99

Originator	: aotto
E-Mail	: aotto at t-online.de

Subject : Bug in Docu

Error Class	: documentation bug
Error Location: documentation browser
Priority	: medium
Bug Description ---------------------------

Programming Handbook
2. The KDE and Qt Libraries

Code example:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#include <qapplication.h>
#include <qpushbutton.h>

int main( int argc, char **argv )
{
QApplication a( argc, argv );

QPushButton hello( "Hello world!" );
hello.resize( 100, 30 );

a.setMainWidget( &hello );

connect(&hello, SIGNAL( clicked() ), &a, SLOT( quit() ); <== FALSE need extra ")"

hello.show();
return a.exec();
}
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

please correct ...


How to repeat the error -------------------

See Description

Bugfix or Workaround ----------------------

See Description

System Information ------------------------

KDevelop version	: 1.0beta2
KDE version		: 1.1.1
QT version		: 1.44
OS/Distribution	: Linux Suse 6.2
Compiler		: egcs




More information about the KDevelop-devel mailing list