From 9fe2f6126dc7b9396d188b57ccb097f0035f57b7 Mon Sep 17 00:00:00 2001 From: Silarn Date: Mon, 20 Aug 2018 18:34:31 -0500 Subject: Initial Nexus API changes: - Switch to SSO with WebSocket - Update endpoints (all but version checking) --- src/credentialsdialog.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/credentialsdialog.h') diff --git a/src/credentialsdialog.h b/src/credentialsdialog.h index 8a68c7d8..2f3bcbb7 100644 --- a/src/credentialsdialog.h +++ b/src/credentialsdialog.h @@ -34,9 +34,6 @@ public: explicit CredentialsDialog(QWidget *parent = 0); ~CredentialsDialog(); - QString username() const; - QString password() const; - bool store() const; bool neverAsk() const; -- cgit v1.3.1