This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Merge branch 'issue5784-edition-switching' into v1.8.7

  • Loading branch information...
XinyuHou
XinyuHou committed Jan 18, 2017
2 parents fd6ea65 + b69570e commit 487d8c99a1b36942aba6d7434fad4dddd0dc402a
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/gui/src/LicenseManager.cpp
@@ -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()) {

0 comments on commit 487d8c9

Please sign in to comment.