mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +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) {
|
||||
qDebug() << url;
|
||||
Application::getInstance()->openUrl(url);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue