Is this still binary compatible?
Christoph Cullmann
cullmann at babylon2k.de
Tue Apr 1 22:22:30 BST 2003
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tuesday 01 April 2003 01:14, Willy De la Court wrote:
> Index: configinterfaceextension.h
> ===================================================================
> RCS file:
> /home/kde/kdelibs/interfaces/ktexteditor/configinterfaceextension.h,v
> retrieving revision 1.16
> diff -u -p -r1.16 configinterfaceextension.h
> --- configinterfaceextension.h 3 Mar 2003 21:11:02 -0000 1.16
> +++ configinterfaceextension.h 31 Mar 2003 23:11:49 -0000
> @@ -37,6 +37,18 @@ class ConfigPage : public QWidget
> //
> // slots !!!
> //
> + slots:
> + /**
> + Called when something changes
> + */
> + void slotChanged();
> +
> + signals:
> + /**
> + Emitted when something changes
> + */
> + void changed();
> +
> public:
> /**
> Applies the changes to all documents
Why you want to add the slotChanged() ? I mean the signal is no bad idea, for
sure, but the slot is useless, that is a implementation detail of the part.
- --
Christoph Cullmann
KDE Developer, kde.org Maintainance Team
http://www.babylon2k.de, cullmann at kde.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+igMZyPjDGePm9UIRAgXNAKDXpta5I5KLlbGx/+Bh077JVUZ/zACeLRVV
w5Q0y0vAsdbRhSnGlPdtvQU=
=h8GI
-----END PGP SIGNATURE-----
More information about the kde-core-devel
mailing list