mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 17:54:00 +02:00
remove unused signal from domain handler
This commit is contained in:
parent
490cdc901e
commit
d478fcf027
1 changed files with 0 additions and 3 deletions
|
@ -39,9 +39,6 @@ WindowScriptingInterface::WindowScriptingInterface() {
|
|||
connect(&domainHandler, &DomainHandler::disconnectedFromDomain, this, &WindowScriptingInterface::disconnectedFromDomain);
|
||||
|
||||
connect(&domainHandler, &DomainHandler::domainConnectionRefused, this, &WindowScriptingInterface::domainConnectionRefused);
|
||||
connect(&domainHandler, &DomainHandler::domainConnectionErrorChanged, this, [this](int reasonCode) {
|
||||
_lastDomainConnectionError = reasonCode;
|
||||
});
|
||||
|
||||
connect(qApp, &Application::svoImportRequested, [this](const QString& urlString) {
|
||||
static const QMetaMethod svoImportRequestedSignal =
|
||||
|
|
Loading…
Reference in a new issue