This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============0267943039== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig12F1B27BC1FDE15E61B24462" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig12F1B27BC1FDE15E61B24462 Content-Type: multipart/mixed; boundary="------------070802060008020006030402" This is a multi-part message in MIME format. --------------070802060008020006030402 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, i started using KTextEditor::ContainerInterface and KTextEdtior::MdiContainer and got some compile time problems. The compiler complains about missing keywords and missing method implementation for the virtual constructor/destructors. I attached a patch that fixes these issues. Can someone with karma have a look at the patch and commit it if it is ok? Regards, Lothar --------------070802060008020006030402 Content-Type: text/plain; name="containerinterface-compile.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="containerinterface-compile.diff" Index: containerinterface.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- containerinterface.h (revision 717048) +++ containerinterface.h (working copy) @@ -65,7 +65,7 @@ public: =20 /** Virtual Destructor */ - ~ContainerInterface() {} + virtual ~ContainerInterface() {} =20 /**=20 * Set the KTextEditor container. @@ -165,10 +165,10 @@ public: =20 /** Constructor */ - MdiContainer(); + MdiContainer() {}; =20 /** Virtual destructor */ - virtual ~MdiContainer(); + virtual ~MdiContainer() {}; =20 /**=20 * Set the \p view requested by the part as the active view. --------------070802060008020006030402-- --------------enig12F1B27BC1FDE15E61B24462 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG+giXOlpYSeF9JmYRAvPoAKCLtA5nyLtfIkqFok9wbm92RXss8gCgyCbY 0lUhGCc4f3qGbw0VeCdDrr4= =1GZS -----END PGP SIGNATURE----- --------------enig12F1B27BC1FDE15E61B24462-- --===============0267943039== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ KTextEditor-Devel mailing list KTextEditor-Devel@kde.org https://mail.kde.org/mailman/listinfo/ktexteditor-devel --===============0267943039==--