mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-15 20:56:39 +02:00
Make login password and register links work
This commit is contained in:
parent
ce78a95dee
commit
977eae9f86
1 changed files with 1 additions and 0 deletions
|
@ -101,4 +101,5 @@ void LoginDialog::login(const QString& username, const QString& password) {
|
||||||
|
|
||||||
void LoginDialog::openUrl(const QString& url) {
|
void LoginDialog::openUrl(const QString& url) {
|
||||||
qDebug() << url;
|
qDebug() << url;
|
||||||
|
Application::getInstance()->openUrl(url);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue