custom types in slot/signal arguments: how?
Marc Horowitz <[email protected]>
| Newsgroups | gmane.comp.kde.devel.perl |
|---|---|
| Message-ID | <[email protected]> |
I'm trying to do something like this:
use Qt::slots
'messageReceived' => ['MyApp::MyType'];
But perlqt won't let me:
Invalid type for slot argument (MyApp::MyType)
How can I make this work?
Marc