diff options
Diffstat (limited to 'src/nxmaccessmanager.cpp')
| -rw-r--r-- | src/nxmaccessmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxmaccessmanager.cpp b/src/nxmaccessmanager.cpp index 79c067a2..30108c21 100644 --- a/src/nxmaccessmanager.cpp +++ b/src/nxmaccessmanager.cpp @@ -303,7 +303,7 @@ void NexusSSOLogin::onMessage(const QString& s) // first answer // open browser - const auto url = NexusSSOPage.arg(m_guid); + const QUrl url = NexusSSOPage.arg(m_guid); shell::Open(url); m_timeout.stop(); |
