mirror of
https://github.com/lubosz/overte.git
synced 2025-08-26 05:27:20 +02:00
using REDIRECT_HIFI_ADDRESS
recycling existing, defined variable for error redirection
This commit is contained in:
parent
de5a0a714b
commit
2381d6bc02
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include <DependencyManager.h>
|
||||
#include <DomainHandler.h>
|
||||
#include <AddressManager.h>
|
||||
#include <NodeList.h>
|
||||
|
||||
// Because the connection monitor is created at startup, the time we wait on initial load
|
||||
|
@ -40,7 +41,7 @@ void ConnectionMonitor::init() {
|
|||
|
||||
connect(&_timer, &QTimer::timeout, this, []() {
|
||||
qDebug() << "ConnectionMonitor: Showing connection failure window";
|
||||
qApp->goToErrorDomainURL(ERROR_DOMAIN_URL);
|
||||
qApp->goToErrorDomainURL(REDIRECT_HIFI_ADDRESS);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue