Lars Gullik Bjønnes wrote:
[EMAIL PROTECTED] writes:| Author: younes | Date: Sun Jun 25 13:23:53 2006 | New Revision: 14202| | Log: | Compilation Fix: WorkArea has no view() member anymore. Application needed a BufferView anyway so I replaced | void setBufferView(BufferView * buffer_view);| with | void connect(GuiWorkArea * work_area); Is it a signal?
No and that's why I changed the name to setBufferView(). The log is inverted of course.
(Perhaps we should reserve 'connect' for signals.)
