|
|
On Monday 17 April 2006 10:03, Yuriy Rusinov wrote:
> Ok, I corrected this class
> class WsView : public QtCanvasView
> {
> ...
> signals:
> void contentsMouseMove(QMouseEvent *e);
> void mouseMove(QMouseEvent * e);
> void mousePress(QMouseEvent * e);
> void mouseRelease(QMouseEvent * e);
(snip)
Are you sure the above should be placed after "signals:" ?
Try "private:" or "protected:" instead.
Perry
--
BOFH excuse #436: Daemon escaped from pentagram
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|
|