Hello,
I'm writing my own model class (subclass of QAbstractTableModel).

Is there possibility of adding new signal to such a class?
When I build my project I get 'undefined reference' error in line, in which I'd like to emit my own signal.