KDevelop 2.1 problem with QThread
Dung Patrick
dkt at digitalme.com
Sun Apr 28 05:50:00 BST 2002
I include <qthread.h> to my proj and is ok.
Then I do this:
public Log_impl: Public Log, Public QThread{
public:
virtual void run();
};
and set to link with -lqt-mt instead of -lqt
It gives compile error:
log_impl.h:18:parse error before {
( points to public Log_impl: Public Log, Public QThread{ )
Any comments?
-
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