Skip to content

Commit

Permalink
Remove embedded test license
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttyartist committed Aug 23, 2023
1 parent 76ab027 commit 3d4da2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ void MainWindow::checkProVersion()
emit proVersionCheck(QVariant(m_isProVersionActivated));
m_aboutWindow.setProVersion(m_isProVersionActivated);
#else
m_userLicenseKey = "3BF992E1-7BB9-4ABF-AA66-221CF7A539FB"; //m_localLicenseData->value(QStringLiteral("licenseKey"), "NULL").toString();
m_userLicenseKey = m_localLicenseData->value(QStringLiteral("licenseKey"), "NULL").toString();
if (m_userLicenseKey != "NULL") {
m_dataBuffer->clear();

Expand Down

0 comments on commit 3d4da2f

Please sign in to comment.