*** zbenjamin_ is now known as zbenjamin | 01:30 | |
*** nyov is now known as Guest83031 | 03:09 | |
*** frinring_ is now known as frinring | 03:14 | |
*** piggz_ is now known as piggz | 08: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 |
bionade24 | How 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 connect | 09:01 |
bionade24 | Nico[m]: I needed the .get() method to make it a raw one. | 09:03 |
bionade24 | Nico[m]: Thx anyway. | 09:03 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!