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.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/credentialsdialog.cpp') diff --git a/src/credentialsdialog.cpp b/src/credentialsdialog.cpp index 04774548..73e75387 100644 --- a/src/credentialsdialog.cpp +++ b/src/credentialsdialog.cpp @@ -32,16 +32,6 @@ CredentialsDialog::~CredentialsDialog() delete ui; } -QString CredentialsDialog::username() const -{ - return ui->usernameEdit->text(); -} - -QString CredentialsDialog::password() const -{ - return ui->passwordEdit->text(); -} - bool CredentialsDialog::store() const { return ui->rememberCheck->isChecked(); -- cgit v1.3.1