[Kde-bindings] [Bug 100101] symbols missing for PyKDE binding
simon at simonzone.com
simon at simonzone.com
Wed Feb 23 20:21:00 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=100101
simon simonzone com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |coolo kde org
------- Additional Comments From simon simonzone com 2005-02-23 21:20 -------
Thanks Sok Ann Yap for the patch. I don't think we will be using it directly, but it contains a lot of useful info (for me).
Now. I can get rid of the bindings that use depreciated or internal classes. That should fix most of the problems. There appear to be a couple of classes that probably *were* meant to be public. Anyone know what the story is?
--- kdeui/keditlistbox.h.orig 2005-02-21 08:22:12.002436840 -0600
+++ kdeui/keditlistbox.h 2005-02-21 08:11:45.297560096 -0600
@ -64,7 +64,7 @ public:
CustomEditor( QWidget *repWidget, KLineEdit *edit )
: m_representationWidget( repWidget ),
m_lineEdit( edit ) {}
- CustomEditor( KComboBox *combo );
+ KDEUI_EXPORT CustomEditor( KComboBox *combo );
void setRepresentationWidget( QWidget *repWidget ) {
m_representationWidget = repWidget;
--- kio/kio/kautomount.h.orig 2005-02-21 15:26:15.915910312 -0600
+++ kio/kio/kautomount.h 2005-02-21 15:26:26.013375264 -0600
@ -83,7 +83,7 @ private:
*
* short This class implements synchronous unmounting of devices,
*/
-class KAutoUnmount : public QObject
+class KIO_EXPORT KAutoUnmount : public QObject
{
Q_OBJECT
friend class gcc_gives_a_warning_without_this;
More information about the Kde-bindings
mailing list