Version 1.0 quite buggy

Alex Somesan resurected at crosswinds.net
Tue Dec 7 22:18:46 GMT 1999


Hi,
	I've been hardly waiting for this one.
	Unfortunately the so called bugfixes are in fact bug replacements.
	For example if I create a custom class derived from QObject, it
does not include the Q_OBJECT macro at the begining (beta4 did it). Furthermore
if I add a member function using the "add member function" feature the function
get's appended after the end of the class definition. The resulting class looks
like this:

class KSCSconnectionManager : public QObject  {
public: 
	KSCSconnectionManager();
	~KSCSconnectionManager();
protected: // Protected attributes
  KSocket *socket;
signals: // Signals
  void output(const char *);
public slots: // Public slots
  void input(const char *);
};
  void tryConnect();   // THIS IS WRONG !!!

I'm waiting for comments.

Bye,
	Alex.




More information about the KDevelop mailing list