Bug#2816: marked as done (Static class member functions as default values) by Ralf Nolden <nolden at kde.org>

Stephan Kulow owner at bugs.kde.org
Sat May 19 12:18:09 UTC 2001


Your message with subj: Bug#2816: Fwd

MK832MN57 at YAHOO.COM wrote:
> =

> I just got this take a look! It?s an excellent opportunity!!
> =

> The Internet's Finest and Most Reliable Bulk Email Provider!
> =

> Since 1996, Tech Data Technologies has provided bulk email service to t=
housands of well-satisfied customers. We offer the most competitive price=
s in the industry, made possible by our high percentage of repeat busines=
s. We have the most advanced, direct email technology, employed by only a=
 knowledgeable few in the world.
> =

> We have over 160 million active email addresses, increasing our list at=
 the rate of half a million to one million a month. We will put your prod=
uct or service instantly and directly into the hands of millions of prosp=
ects! You will have instant, guaranteed results, something no other form =
of marketing can claim. Our turn around time is a remarkable 24 hours.
> =

> Our email addresses are sorted by country, state, city and target. Your=
 marketing campaign will speed with pinpoint accuracy to your desired aud=
ience!
> =

> Call us for a free consultation at 323 876 6148  [U.S.A.].
> =

> For a limited time, take advantage of our special -- Three million gene=
ral U.S. emails for just $600 per million! We include, at no cost, a bull=
et proof email address for 30 days, a $400 value!
> =

> BULK EMAIL PRICES
> =

>   750,000........................$562
> 1,200,000........................$720
> 1,600,000........................$960
> 3,000,000........................$1,500
> 3,000,000+ ...................PLEASE CALL FOR A QUOTE
> =

> Best of ALL, Tech Data Services can be used as a 100% TAX WRITE OFF for=
 your Business!
> =

> DON'T WAIT! LET TECH DATA TECHNOLOGIES BE YOUR PARTNER!!
> =

> Under Bill s.1618 TITLE III passed by the 105th U.S. Congress this lett=
er is not considered "spam" as long as we include: 1) contact information=
 and, 2) the way to be removed from future mailings (see below).To Remove=
 Yourself From This List: Please email see2meu4 at yahoo.com with the email =
address that you would like removed and the word REMOVE in the subject he=
ading.
> =

> -
> to unsubscribe from this list send an email to kdevelop-devel-request at k=
develop.org with the following body:
> unsubscribe =BByour-email-address=AB

-- =

Finally, even I have to admit that being myself was the best thing
that ever could have happened to me. - Le Grand Charmeur

**********************************
Ralf Nolden

The KDevelop Project
http://www.kdevelop.org

nolden at kde.org
rnolden at kdevelop.org
**********************************

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; 10 Mar 2000 19:11:35 +0000
>From Volker.Stuerzl at gmx.de Fri Mar 10 20:11:35 2000
Received: from mail1.gmx.net ([194.221.183.61]:57108 "HELO mail1.gmx.net")
	by max.tat.physik.uni-tuebingen.de with SMTP id <S741749AbQCJTL2>;
	Fri, 10 Mar 2000 20:11:28 +0100
Received: (qmail 11046 invoked by uid 0); 10 Mar 2000 19:11:27 -0000
Received: from 126.136.hh1.ip.foni.net (HELO hal.home) (212.7.136.126)
  by mail1.gmx.net with SMTP; 10 Mar 2000 19:11:27 -0000
Received: (from volker at localhost)
	by hal.home (8.9.3/8.9.3) id XAA02079;
	Thu, 9 Mar 2000 23:33:44 +0100
Date:   Thu, 9 Mar 2000 23:33:44 +0100
Message-Id: <200003092233.XAA02079 at hal.home>
FROM:   Volker Stuerzl <volker.stuerzl at gmx.de>
TO:     submit at bugs.kde.org
SUBJECT: Static class member functions as default values
Return-Path: <Volker.Stuerzl at gmx.de>
X-Orcpt: rfc822;submit at bugs.kde.org

Package: kdevelop
Version: 1.0
Severity: normal

Bugreport ID : 23:14,09.03.00

Originator	: Volker Stuerzl
E-Mail		: volker.stuerzl at gmx.de

Subject : Static class member functions as default values

Error Class	: software bug
Error Location	: class tree
Priority	: low
Bug Description ---------------------------

The class view gets confused when constructors use default values that
are calculated by static class member functions.


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

The error occurred when I tried to initialize a QDate member with the
current date using QDate::currentDate() like in this example:
class myClass
{
  myClass(QDate d=QDate::currentDate(), int n=0)
    : date(d), number(n)

  QDate date;
  int number;
};


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



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

KDevelop version	: 1.0
KDE version		: 1.1
QT version		: 1.44
OS/Distribution		: SuSE Linux 6.1
Compiler		: EGCS 1.1.1

misc :

-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop-devel mailing list