Skip to content

Commit

Permalink
Merge #1079 from ElucidataInc/fix_pollyLicense
Browse files Browse the repository at this point in the history
Clear license data on logout
  • Loading branch information
shubhra-agrawal authored May 27, 2019
2 parents f1bb87e + 418219a commit dae855c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/mzroll/pollyelmaveninterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,7 @@ QStringList PollyElmavenInterfaceDialog::_prepareFilesToUpload(QDir qdir,
void PollyElmavenInterfaceDialog::_logout()
{
usernameLabel->setText("");
_licenseMap.clear();
_pollyIntegration->logout();
_projectNameIdMap = QVariantMap();
_loadingDialog->close();
Expand Down

0 comments on commit dae855c

Please sign in to comment.