diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-07 16:29:11 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-10 20:45:37 -0400 |
| commit | 724945ab33864c1fd8d3162bdd85ca66f8bb311d (patch) | |
| tree | 5b6d2592f7443e05bd121d449f81cd4f2c574f04 /src/organizercore.cpp | |
| parent | e73c309f08eff98f0dbd2590f594a83b67431eac (diff) | |
removed useless validationFailed() callback in MainWindow
moved the log that was in it to organizer core
Diffstat (limited to 'src/organizercore.cpp')
| -rw-r--r-- | src/organizercore.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp index 81ec7f43..65c8eb81 100644 --- a/src/organizercore.cpp +++ b/src/organizercore.cpp @@ -2484,6 +2484,8 @@ void OrganizerCore::loginSuccessfulUpdate(bool necessary) void OrganizerCore::loginFailed(const QString &message) { + qDebug("Nexus API validation failed: %s", qUtf8Printable(message)); + if (QMessageBox::question(qApp->activeWindow(), tr("Login failed"), tr("Login failed, try again?")) == QMessageBox::Yes) { |
