fix: cleanly exit on shutdown (#5537)
Co-authored-by: Mm2PL <mm2pl+gh@kotmisia.pl> Co-authored-by: Nerixyz <nerixdev@outlook.de>
This commit is contained in:
@@ -68,7 +68,7 @@ class MyManager : public BasicPubSubManager<DummySubscription>
|
||||
{
|
||||
public:
|
||||
MyManager(QString host)
|
||||
: BasicPubSubManager(std::move(host))
|
||||
: BasicPubSubManager(std::move(host), "Test")
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user