Problem encountered in writing a class which extends QList

Dung Patrick dkt at digitalme.com
Sat Mar 2 04:36:55 GMT 2002


I need a new Class which extends QList. I have the following code but get error:

rule.h:
#ifndef RULE_H
#define RULE_H
#include <qlist.h>

class Rule : public QList {
public:
Rule();
~Rule();
};
#endif

rule.cpp:
#include "rule.h"
Rule::Rule(){
}
Rule::~Rule(){
} 



-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list