mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Pass a QObject context for the functor
This commit is contained in:
parent
ede8859cc7
commit
305a215d21
1 changed files with 1 additions and 1 deletions
|
@ -1299,7 +1299,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
|
|||
|
||||
// you might think we could just do this in NodeList but we only want this connection for Interface
|
||||
connect(&nodeList->getDomainHandler(), &DomainHandler::limitOfSilentDomainCheckInsReached,
|
||||
[nodeList]() {nodeList->reset("Domain checkin limit"); });
|
||||
nodeList.data(), [nodeList]() {nodeList->reset("Domain checkin limit"); });
|
||||
|
||||
auto dialogsManager = DependencyManager::get<DialogsManager>();
|
||||
#if defined(Q_OS_ANDROID)
|
||||
|
|
Loading…
Reference in a new issue