1 Apr 2003 01:14
Is this still binary compatible?
Willy De la Court <Willy.DelaCourt <at> pandora.be>
2003-03-31 23:14:45 GMT
2003-03-31 23:14:45 GMT
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
<at> <at> -37,6 +37,18 <at> <at> 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
--
--
(Continue reading)
Anyway, if there are no objections I'd like to commit this to qt-copy.
Cheers,
-Scott
RSS Feed