Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Merge branch 'issue5784-edition-switching' into v1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
XinyuHou committed Jan 18, 2017
2 parents fd6ea65 + b69570e commit 487d8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/src/LicenseManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ LicenseManager::setSerialKey(SerialKey serialKey, bool acceptExpired)
using std::swap;
swap (serialKey, m_serialKey);
m_AppConfig->setSerialKey(QString::fromStdString
(serialKey.toString()));
(m_serialKey.toString()));
emit serialKeyChanged(m_serialKey);

if (serialKey.isTrial()) {
Expand Down

0 comments on commit 487d8c9

Please sign in to comment.