Thursday, 2020-04-16

*** zbenjamin_ is now known as zbenjamin01:30
*** nyov is now known as Guest8303103:09
*** frinring_ is now known as frinring03:14
*** piggz_ is now known as piggz08:02
bionade24 no matching function for call to ‘StartupManager::connect(std::shared_ptr<DaemonManager>&, const char [32], StartupManager*, const char [19])’08:54
bionade24             this, SLOT(onDaemonStarted()));08:54
bionade24                                          ^08:54
bionade24How can I fix this?08:55
Nico[m]Is your startup manager derived from QObject?08:59
Nico[m](You could also try the new connect syntax, i.e.: connect(x,x,this, &StartupManager::onDaemonStarted))09:01
Nico[m]Ah, your issue may be the smart pointer for your DaemonManager, try calling data or get on it, before passing it to connect09:01
bionade24Nico[m]: I needed the .get() method to make it a raw one.09:03
bionade24Nico[m]: Thx anyway.09:03

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!