Add a warning to prevent wrong usage of the c'tor.

svn path=/trunk/kdepim/; revision=386447
wilder-work
Ingo Klcker 21 years ago
parent bc0b1b022b
commit 5c76bc5bf2
  1. 4
      kmmessage.h

@ -80,7 +80,9 @@ public:
/** Straight forward initialization. */
KMMessage(KMFolder* parent=0);
/** Constructor from a DwMessage. */
/** Constructor from a DwMessage. KMMessage takes possession of the
DwMessage, so don't dare to delete it.
*/
KMMessage(DwMessage*);
/** Copy constructor. Does *not* automatically load the message. */

Loading…
Cancel
Save